Html Css Color HEX #C40331 Cardinal

📋 copy color: '#C40331'

red 196 ◦ green 3 ◦ blue 49

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

Shades of Cardinal #C40331

Tints of Cardinal #C40331

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.21%

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

R = 79.03%
G = 1.21%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#C40331 (or 0xC40331) is known color: Cardinal. HEX triplet: C4, 03 and 31. RGB value is (196,3,49). Sum of RGB (Red+Green+Blue) = 196+3+49=248 (32% of max value = 765). Red value is 196 (76.95% from 255 or 79.03% from 248); Green value is 3 (1.56% from 255 or 1.21% from 248); Blue value is 49 (19.53% from 255 or 19.76% from 248); Max value from RGB is 196 - color contains mainly: red. Hex color #C40331 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40331 is #3BFCCE. Grayscale: #414141. Windows color (decimal): -3931343 or 3212228. OLE color: 3212228.

HSL color Cylindrical-coordinate representation of color #C40331: hue angle of 345.7º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C40331 is Cyan = 0, Magento = 0.98, Yellow = 0.75 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 3 49 -
CMYK 0 0.98 0.75 0.23
HSL 345.7º 0.97% 0.39% -
HSV(B) 345.7º 0.98% 0.77% -
XYZ 23.35 12.02 4 -
YUV 65.95 118.44 220.76 -
System Red Green Blue C M Y K H S L
Decimal 196 3 49 0 0.98 0.75 0.23 345.7 0.97 0.39
Hex C4 3 31 0 62 4B 17 15A 61 27
Octal 304 3 61 0 142 113 27 532 141 47
Binary 11000100 11 110001 0 1100010 1001011 10111 101011010 1100001 100111

Color Harmonies of #C40331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40331

Black with #C40331

Text Example


Text Example

White with #C40331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40331; }

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

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

background-color css

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

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

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

border-color css

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

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

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