Html Css Color HEX #C21E39 Cardinal

📋 copy color: '#C21E39'

red 194 ◦ green 30 ◦ blue 57

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

Shades of Cardinal #C21E39

Tints of Cardinal #C21E39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 20.28%

R = 69.04%
G = 10.68%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C21E39 (or 0xC21E39) is known color: Cardinal. HEX triplet: C2, 1E and 39. RGB value is (194,30,57). Sum of RGB (Red+Green+Blue) = 194+30+57=281 (37% of max value = 765). Red value is 194 (76.17% from 255 or 69.04% from 281); Green value is 30 (12.11% from 255 or 10.68% from 281); Blue value is 57 (22.66% from 255 or 20.28% from 281); Max value from RGB is 194 - color contains mainly: red. Hex color #C21E39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C21E39 is #3DE1C6. Grayscale: #525252. Windows color (decimal): -4055495 or 3743426. OLE color: 3743426.

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

Color convert

RGB 194 30 57 -
CMYK 0 0.85 0.71 0.24
HSL 350.12º 0.73% 0.44% -
HSV(B) 350.12º 0.85% 0.76% -
XYZ 23.45 12.69 5.08 -
YUV 82.11 113.83 207.8 -
System Red Green Blue C M Y K H S L
Decimal 194 30 57 0 0.85 0.71 0.24 350.12 0.73 0.44
Hex C2 1E 39 0 55 47 18 15E 49 2C
Octal 302 36 71 0 125 107 30 536 111 54
Binary 11000010 11110 111001 0 1010101 1000111 11000 101011110 1001001 101100

Color Harmonies of #C21E39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21E39

Black with #C21E39

Text Example


Text Example

White with #C21E39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21E39; }

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

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

background-color css

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

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

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

border-color css

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

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

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