Html Css Color HEX #C41D31 Cardinal

📋 copy color: '#C41D31'

red 196 ◦ green 29 ◦ blue 49

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

Shades of Cardinal #C41D31

Tints of Cardinal #C41D31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 17.88%

R = 71.53%
G = 10.58%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#C41D31 (or 0xC41D31) is known color: Cardinal. HEX triplet: C4, 1D and 31. RGB value is (196,29,49). Sum of RGB (Red+Green+Blue) = 196+29+49=274 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.53% from 274); Green value is 29 (11.72% from 255 or 10.58% from 274); Blue value is 49 (19.53% from 255 or 17.88% from 274); Max value from RGB is 196 - color contains mainly: red. Hex color #C41D31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C41D31 is #3BE2CE. Grayscale: #515151. Windows color (decimal): -3924687 or 3218884. OLE color: 3218884.

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

Color convert

RGB 196 29 49 -
CMYK 0 0.85 0.75 0.23
HSL 352.81º 0.74% 0.44% -
HSV(B) 352.81º 0.85% 0.77% -
XYZ 23.76 12.84 4.13 -
YUV 81.21 109.83 209.87 -
System Red Green Blue C M Y K H S L
Decimal 196 29 49 0 0.85 0.75 0.23 352.81 0.74 0.44
Hex C4 1D 31 0 55 4B 17 161 4A 2C
Octal 304 35 61 0 125 113 27 541 112 54
Binary 11000100 11101 110001 0 1010101 1001011 10111 101100001 1001010 101100

Color Harmonies of #C41D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41D31

Black with #C41D31

Text Example


Text Example

White with #C41D31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41D31; }

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

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

background-color css

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

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

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

border-color css

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

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

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