Html Css Color HEX #C41E3D Cardinal

📋 copy color: '#C41E3D'

red 196 ◦ green 30 ◦ blue 61

#C41E3D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #C41E3D

Tints of Cardinal #C41E3D

RGB

 RED value IS 196 (76.95% from 255) = 68.29%

 GREEN value IS 30 (12.11% from 255) = 10.45%

 BLUE value IS 61 (24.22% from 255) = 21.25%

R = 68.29%
G = 10.45%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.69

 K value IS 0.23

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C41E3D (or 0xC41E3D) is known color: Cardinal. HEX triplet: C4, 1E and 3D. RGB value is (196,30,61). Sum of RGB (Red+Green+Blue) = 196+30+61=287 (38% of max value = 765). Red value is 196 (76.95% from 255 or 68.29% from 287); Green value is 30 (12.11% from 255 or 10.45% from 287); Blue value is 61 (24.22% from 255 or 21.25% from 287); Max value from RGB is 196 - color contains mainly: red. Hex color #C41E3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C41E3D is #3BE1C2. Grayscale: #535353. Windows color (decimal): -3924419 or 4005572. OLE color: 4005572.

HSL color Cylindrical-coordinate representation of color #C41E3D: hue angle of 348.8º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C41E3D is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 30 61 -
CMYK 0 0.85 0.69 0.23
HSL 348.8º 0.73% 0.44% -
HSV(B) 348.8º 0.85% 0.77% -
XYZ 24.07 13 5.66 -
YUV 83.17 115.5 208.48 -
System Red Green Blue C M Y K H S L
Decimal 196 30 61 0 0.85 0.69 0.23 348.8 0.73 0.44
Hex C4 1E 3D 0 55 45 17 15D 49 2C
Octal 304 36 75 0 125 105 27 535 111 54
Binary 11000100 11110 111101 0 1010101 1000101 10111 101011101 1001001 101100

Color Harmonies of #C41E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41E3D

Black with #C41E3D

Text Example


Text Example

White with #C41E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41E3D; }

 p { color: rgb(196,30,61); }

 H1.HeaderClassName
 {
   color: #C41E3D;
 }
 .AnyTagClassName
 {
   color: #C41E3D;
 }
</style>

background-color css

<style>
 a { background-color: #C41E3D; }

 a { background-color: rgb(196,30,61); }

 div.DivClassName
 {
   background-color: #C41E3D;
 }
 .BgClassName
 {
   background-color: #C41E3D;
 }
</style>

border-color css

<style>
 span { border-color: #C41E3D; }

 span { border-color: rgb(196,30,61); }

 td.TdClassName
 {
   border-color: #C41E3D;
 }
 .TagClassName
 {
   border-color: #C41E3D;
 }
</style>