Html Css Color HEX #C00431 Cardinal

📋 copy color: '#C00431'

red 192 ◦ green 4 ◦ blue 49

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

Shades of Cardinal #C00431

Tints of Cardinal #C00431

RGB

 RED value IS 192 (75.39% from 255) = 78.37%

 GREEN value IS 4 (1.95% from 255) = 1.63%

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

R = 78.37%
G = 1.63%
B = 20%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#C00431 (or 0xC00431) is known color: Cardinal. HEX triplet: C0, 04 and 31. RGB value is (192,4,49). Sum of RGB (Red+Green+Blue) = 192+4+49=245 (32% of max value = 765). Red value is 192 (75.39% from 255 or 78.37% from 245); Green value is 4 (1.95% from 255 or 1.63% from 245); Blue value is 49 (19.53% from 255 or 20% from 245); Max value from RGB is 192 - color contains mainly: red. Hex color #C00431 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00431 is #3FFBCE. Grayscale: #414141. Windows color (decimal): -4193231 or 3212480. OLE color: 3212480.

HSL color Cylindrical-coordinate representation of color #C00431: hue angle of 345.64º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C00431 is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 4 49 -
CMYK 0 0.98 0.74 0.25
HSL 345.64º 0.96% 0.38% -
HSV(B) 345.64º 0.98% 0.75% -
XYZ 22.34 11.52 3.95 -
YUV 65.34 118.78 218.34 -
System Red Green Blue C M Y K H S L
Decimal 192 4 49 0 0.98 0.74 0.25 345.64 0.96 0.38
Hex C0 4 31 0 62 4A 19 15A 60 26
Octal 300 4 61 0 142 112 31 532 140 46
Binary 11000000 100 110001 0 1100010 1001010 11001 101011010 1100000 100110

Color Harmonies of #C00431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00431

Black with #C00431

Text Example


Text Example

White with #C00431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00431; }

 p { color: rgb(192,4,49); }

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

background-color css

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

 a { background-color: rgb(192,4,49); }

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

border-color css

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

 span { border-color: rgb(192,4,49); }

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