Html Css Color HEX #C20232 Cardinal

📋 copy color: '#C20232'

red 194 ◦ green 2 ◦ blue 50

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

Shades of Cardinal #C20232

Tints of Cardinal #C20232

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.81%

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

R = 78.86%
G = 0.81%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C20232 (or 0xC20232) is known color: Cardinal. HEX triplet: C2, 02 and 32. RGB value is (194,2,50). Sum of RGB (Red+Green+Blue) = 194+2+50=246 (32% of max value = 765). Red value is 194 (76.17% from 255 or 78.86% from 246); Green value is 2 (1.17% from 255 or 0.81% from 246); Blue value is 50 (19.92% from 255 or 20.33% from 246); Max value from RGB is 194 - color contains mainly: red. Hex color #C20232 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20232 is #3DFDCD. Grayscale: #404040. Windows color (decimal): -4062670 or 3277506. OLE color: 3277506.

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

Color convert

RGB 194 2 50 -
CMYK 0 0.99 0.74 0.24
HSL 345º 0.98% 0.38% -
HSV(B) 345º 0.99% 0.76% -
XYZ 22.85 11.74 4.08 -
YUV 64.88 119.61 220.1 -
System Red Green Blue C M Y K H S L
Decimal 194 2 50 0 0.99 0.74 0.24 345 0.98 0.38
Hex C2 2 32 0 63 4A 18 159 62 26
Octal 302 2 62 0 143 112 30 531 142 46
Binary 11000010 10 110010 0 1100011 1001010 11000 101011001 1100010 100110

Color Harmonies of #C20232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20232

Black with #C20232

Text Example


Text Example

White with #C20232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20232; }

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

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

background-color css

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

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

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

border-color css

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

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

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