Html Css Color HEX #C20431 Cardinal

📋 copy color: '#C20431'

red 194 ◦ green 4 ◦ blue 49

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

Shades of Cardinal #C20431

Tints of Cardinal #C20431

RGB

 RED value IS 194 (76.17% from 255) = 78.54%

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

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

R = 78.54%
G = 1.62%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C20431 (or 0xC20431) is known color: Cardinal. HEX triplet: C2, 04 and 31. RGB value is (194,4,49). Sum of RGB (Red+Green+Blue) = 194+4+49=247 (32% of max value = 765). Red value is 194 (76.17% from 255 or 78.54% from 247); Green value is 4 (1.95% from 255 or 1.62% from 247); Blue value is 49 (19.53% from 255 or 19.84% from 247); Max value from RGB is 194 - color contains mainly: red. Hex color #C20431 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20431 is #3DFBCE. Grayscale: #414141. Windows color (decimal): -4062159 or 3212482. OLE color: 3212482.

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

Color convert

RGB 194 4 49 -
CMYK 0 0.98 0.75 0.24
HSL 345.79º 0.96% 0.39% -
HSV(B) 345.79º 0.98% 0.76% -
XYZ 22.85 11.78 3.97 -
YUV 65.94 118.45 219.34 -
System Red Green Blue C M Y K H S L
Decimal 194 4 49 0 0.98 0.75 0.24 345.79 0.96 0.39
Hex C2 4 31 0 62 4B 18 15A 60 27
Octal 302 4 61 0 142 113 30 532 140 47
Binary 11000010 100 110001 0 1100010 1001011 11000 101011010 1100000 100111

Color Harmonies of #C20431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20431

Black with #C20431

Text Example


Text Example

White with #C20431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20431; }

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

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

background-color css

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

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

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

border-color css

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

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

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