Html Css Color HEX #C20132 Cardinal

📋 copy color: '#C20132'

red 194 ◦ green 1 ◦ blue 50

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

Shades of Cardinal #C20132

Tints of Cardinal #C20132

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.41%

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

R = 79.18%
G = 0.41%
B = 20.41%

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

#C20132 (or 0xC20132) is known color: Cardinal. HEX triplet: C2, 01 and 32. RGB value is (194,1,50). Sum of RGB (Red+Green+Blue) = 194+1+50=245 (32% of max value = 765). Red value is 194 (76.17% from 255 or 79.18% from 245); Green value is 1 (0.78% from 255 or 0.41% from 245); Blue value is 50 (19.92% from 255 or 20.41% from 245); Max value from RGB is 194 - color contains mainly: red. Hex color #C20132 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20132 is #3DFECD. Grayscale: #404040. Windows color (decimal): -4062926 or 3277250. OLE color: 3277250.

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

Color convert

RGB 194 1 50 -
CMYK 0 0.99 0.74 0.24
HSL 344.77º 0.99% 0.38% -
HSV(B) 344.77º 0.99% 0.76% -
XYZ 22.83 11.72 4.08 -
YUV 64.29 119.94 220.52 -
System Red Green Blue C M Y K H S L
Decimal 194 1 50 0 0.99 0.74 0.24 344.77 0.99 0.38
Hex C2 1 32 0 63 4A 18 159 63 26
Octal 302 1 62 0 143 112 30 531 143 46
Binary 11000010 1 110010 0 1100011 1001010 11000 101011001 1100011 100110

Color Harmonies of #C20132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20132

Black with #C20132

Text Example


Text Example

White with #C20132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20132; }

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

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

background-color css

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

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

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

border-color css

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

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

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