Html Css Color HEX #C21E31 Cardinal

📋 copy color: '#C21E31'

red 194 ◦ green 30 ◦ blue 49

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

Shades of Cardinal #C21E31

Tints of Cardinal #C21E31

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.99%

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

R = 71.06%
G = 10.99%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C21E31 (or 0xC21E31) is known color: Cardinal. HEX triplet: C2, 1E and 31. RGB value is (194,30,49). Sum of RGB (Red+Green+Blue) = 194+30+49=273 (36% of max value = 765). Red value is 194 (76.17% from 255 or 71.06% from 273); Green value is 30 (12.11% from 255 or 10.99% from 273); Blue value is 49 (19.53% from 255 or 17.95% from 273); Max value from RGB is 194 - color contains mainly: red. Hex color #C21E31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C21E31 is #3DE1CE. Grayscale: #515151. Windows color (decimal): -4055503 or 3219138. OLE color: 3219138.

HSL color Cylindrical-coordinate representation of color #C21E31: hue angle of 353.05º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C21E31 is Cyan = 0, Magento = 0.85, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 30 49 -
CMYK 0 0.85 0.75 0.24
HSL 353.05º 0.73% 0.44% -
HSV(B) 353.05º 0.85% 0.76% -
XYZ 23.27 12.62 4.12 -
YUV 81.2 109.83 208.46 -
System Red Green Blue C M Y K H S L
Decimal 194 30 49 0 0.85 0.75 0.24 353.05 0.73 0.44
Hex C2 1E 31 0 55 4B 18 161 49 2C
Octal 302 36 61 0 125 113 30 541 111 54
Binary 11000010 11110 110001 0 1010101 1001011 11000 101100001 1001001 101100

Color Harmonies of #C21E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21E31

Black with #C21E31

Text Example


Text Example

White with #C21E31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21E31; }

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

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

background-color css

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

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

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

border-color css

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

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

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