Html Css Color HEX #C20131 Cardinal

📋 copy color: '#C20131'

red 194 ◦ green 1 ◦ blue 49

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

Shades of Cardinal #C20131

Tints of Cardinal #C20131

RGB

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

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

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

R = 79.51%
G = 0.41%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C20131 (or 0xC20131) is known color: Cardinal. HEX triplet: C2, 01 and 31. RGB value is (194,1,49). Sum of RGB (Red+Green+Blue) = 194+1+49=244 (32% of max value = 765). Red value is 194 (76.17% from 255 or 79.51% from 244); Green value is 1 (0.78% from 255 or 0.41% from 244); Blue value is 49 (19.53% from 255 or 20.08% from 244); Max value from RGB is 194 - color contains mainly: red. Hex color #C20131 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20131 is #3DFECE. Grayscale: #404040. Windows color (decimal): -4062927 or 3211714. OLE color: 3211714.

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

Color convert

RGB 194 1 49 -
CMYK 0 0.99 0.75 0.24
HSL 345.08º 0.99% 0.38% -
HSV(B) 345.08º 0.99% 0.76% -
XYZ 22.81 11.71 3.96 -
YUV 64.18 119.44 220.6 -
System Red Green Blue C M Y K H S L
Decimal 194 1 49 0 0.99 0.75 0.24 345.08 0.99 0.38
Hex C2 1 31 0 63 4B 18 159 63 26
Octal 302 1 61 0 143 113 30 531 143 46
Binary 11000010 1 110001 0 1100011 1001011 11000 101011001 1100011 100110

Color Harmonies of #C20131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20131

Black with #C20131

Text Example


Text Example

White with #C20131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20131; }

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

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

background-color css

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

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

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

border-color css

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

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

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