Html Css Color HEX #C20333 Cardinal

📋 copy color: '#C20333'

red 194 ◦ green 3 ◦ blue 51

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

Shades of Cardinal #C20333

Tints of Cardinal #C20333

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 20.56%

R = 78.23%
G = 1.21%
B = 20.56%

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

#C20333 (or 0xC20333) is known color: Cardinal. HEX triplet: C2, 03 and 33. RGB value is (194,3,51). Sum of RGB (Red+Green+Blue) = 194+3+51=248 (32% of max value = 765). Red value is 194 (76.17% from 255 or 78.23% from 248); Green value is 3 (1.56% from 255 or 1.21% from 248); Blue value is 51 (20.31% from 255 or 20.56% from 248); Max value from RGB is 194 - color contains mainly: red. Hex color #C20333 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20333 is #3DFCCC. Grayscale: #414141. Windows color (decimal): -4062413 or 3343298. OLE color: 3343298.

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

Color convert

RGB 194 3 51 -
CMYK 0 0.98 0.74 0.24
HSL 344.92º 0.97% 0.39% -
HSV(B) 344.92º 0.98% 0.76% -
XYZ 22.88 11.77 4.2 -
YUV 65.58 119.78 219.6 -
System Red Green Blue C M Y K H S L
Decimal 194 3 51 0 0.98 0.74 0.24 344.92 0.97 0.39
Hex C2 3 33 0 62 4A 18 159 61 27
Octal 302 3 63 0 142 112 30 531 141 47
Binary 11000010 11 110011 0 1100010 1001010 11000 101011001 1100001 100111

Color Harmonies of #C20333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20333

Black with #C20333

Text Example


Text Example

White with #C20333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20333; }

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

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

background-color css

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

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

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

border-color css

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

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

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