Html Css Color HEX #C20332 Cardinal

📋 copy color: '#C20332'

red 194 ◦ green 3 ◦ blue 50

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

Shades of Cardinal #C20332

Tints of Cardinal #C20332

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 20.24%

R = 78.54%
G = 1.21%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C20332 (or 0xC20332) is known color: Cardinal. HEX triplet: C2, 03 and 32. RGB value is (194,3,50). Sum of RGB (Red+Green+Blue) = 194+3+50=247 (32% of max value = 765). Red value is 194 (76.17% from 255 or 78.54% from 247); Green value is 3 (1.56% from 255 or 1.21% from 247); Blue value is 50 (19.92% from 255 or 20.24% from 247); Max value from RGB is 194 - color contains mainly: red. Hex color #C20332 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20332 is #3DFCCD. Grayscale: #414141. Windows color (decimal): -4062414 or 3277762. OLE color: 3277762.

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

Color convert

RGB 194 3 50 -
CMYK 0 0.98 0.74 0.24
HSL 345.24º 0.97% 0.39% -
HSV(B) 345.24º 0.98% 0.76% -
XYZ 22.86 11.76 4.08 -
YUV 65.47 119.28 219.68 -
System Red Green Blue C M Y K H S L
Decimal 194 3 50 0 0.98 0.74 0.24 345.24 0.97 0.39
Hex C2 3 32 0 62 4A 18 159 61 27
Octal 302 3 62 0 142 112 30 531 141 47
Binary 11000010 11 110010 0 1100010 1001010 11000 101011001 1100001 100111

Color Harmonies of #C20332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20332

Black with #C20332

Text Example


Text Example

White with #C20332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20332; }

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

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

background-color css

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

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

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

border-color css

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

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

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