Html Css Color HEX #C20331 Cardinal

📋 copy color: '#C20331'

red 194 ◦ green 3 ◦ blue 49

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

Shades of Cardinal #C20331

Tints of Cardinal #C20331

RGB

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

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

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

R = 78.86%
G = 1.22%
B = 19.92%

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

#C20331 (or 0xC20331) is known color: Cardinal. HEX triplet: C2, 03 and 31. RGB value is (194,3,49). Sum of RGB (Red+Green+Blue) = 194+3+49=246 (32% of max value = 765). Red value is 194 (76.17% from 255 or 78.86% from 246); Green value is 3 (1.56% from 255 or 1.22% from 246); Blue value is 49 (19.53% from 255 or 19.92% from 246); Max value from RGB is 194 - color contains mainly: red. Hex color #C20331 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20331 is #3DFCCE. Grayscale: #414141. Windows color (decimal): -4062415 or 3212226. OLE color: 3212226.

HSL color Cylindrical-coordinate representation of color #C20331: hue angle of 345.55º degrees, saturation: 0.97, 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 #C20331 is Cyan = 0, Magento = 0.98, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 3 49 -
CMYK 0 0.98 0.75 0.24
HSL 345.55º 0.97% 0.39% -
HSV(B) 345.55º 0.98% 0.76% -
XYZ 22.84 11.76 3.97 -
YUV 65.35 118.78 219.76 -
System Red Green Blue C M Y K H S L
Decimal 194 3 49 0 0.98 0.75 0.24 345.55 0.97 0.39
Hex C2 3 31 0 62 4B 18 15A 61 27
Octal 302 3 61 0 142 113 30 532 141 47
Binary 11000010 11 110001 0 1100010 1001011 11000 101011010 1100001 100111

Color Harmonies of #C20331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20331

Black with #C20331

Text Example


Text Example

White with #C20331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20331; }

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

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

background-color css

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

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

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

border-color css

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

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

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