Html Css Color HEX #C41D3B Cardinal

📋 copy color: '#C41D3B'

red 196 ◦ green 29 ◦ blue 59

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

Shades of Cardinal #C41D3B

Tints of Cardinal #C41D3B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.21%

 BLUE value IS 59 (23.44% from 255) = 20.77%

R = 69.01%
G = 10.21%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.70

 K value IS 0.23

RGB Variations

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

Color information

#C41D3B (or 0xC41D3B) is known color: Cardinal. HEX triplet: C4, 1D and 3B. RGB value is (196,29,59). Sum of RGB (Red+Green+Blue) = 196+29+59=284 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.01% from 284); Green value is 29 (11.72% from 255 or 10.21% from 284); Blue value is 59 (23.44% from 255 or 20.77% from 284); Max value from RGB is 196 - color contains mainly: red. Hex color #C41D3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C41D3B is #3BE2C4. Grayscale: #525252. Windows color (decimal): -3924677 or 3874244. OLE color: 3874244.

HSL color Cylindrical-coordinate representation of color #C41D3B: hue angle of 349.22º degrees, saturation: 0.74, 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 #C41D3B is Cyan = 0, Magento = 0.85, Yellow = 0.70 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 29 59 -
CMYK 0 0.85 0.70 0.23
HSL 349.22º 0.74% 0.44% -
HSV(B) 349.22º 0.85% 0.77% -
XYZ 23.99 12.93 5.37 -
YUV 82.35 114.83 209.06 -
System Red Green Blue C M Y K H S L
Decimal 196 29 59 0 0.85 0.70 0.23 349.22 0.74 0.44
Hex C4 1D 3B 0 55 46 17 15D 4A 2C
Octal 304 35 73 0 125 106 27 535 112 54
Binary 11000100 11101 111011 0 1010101 1000110 10111 101011101 1001010 101100

Color Harmonies of #C41D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41D3B

Black with #C41D3B

Text Example


Text Example

White with #C41D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41D3B; }

 p { color: rgb(196,29,59); }

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

background-color css

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

 a { background-color: rgb(196,29,59); }

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

border-color css

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

 span { border-color: rgb(196,29,59); }

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