Html Css Color HEX #C21E37 Cardinal

📋 copy color: '#C21E37'

red 194 ◦ green 30 ◦ blue 55

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

Shades of Cardinal #C21E37

Tints of Cardinal #C21E37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 19.71%

R = 69.53%
G = 10.75%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C21E37 (or 0xC21E37) is known color: Cardinal. HEX triplet: C2, 1E and 37. RGB value is (194,30,55). Sum of RGB (Red+Green+Blue) = 194+30+55=279 (36% of max value = 765). Red value is 194 (76.17% from 255 or 69.53% from 279); Green value is 30 (12.11% from 255 or 10.75% from 279); Blue value is 55 (21.88% from 255 or 19.71% from 279); Max value from RGB is 194 - color contains mainly: red. Hex color #C21E37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C21E37 is #3DE1C8. Grayscale: #515151. Windows color (decimal): -4055497 or 3612354. OLE color: 3612354.

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

Color convert

RGB 194 30 55 -
CMYK 0 0.85 0.72 0.24
HSL 350.85º 0.73% 0.44% -
HSV(B) 350.85º 0.85% 0.76% -
XYZ 23.4 12.67 4.83 -
YUV 81.89 112.83 207.97 -
System Red Green Blue C M Y K H S L
Decimal 194 30 55 0 0.85 0.72 0.24 350.85 0.73 0.44
Hex C2 1E 37 0 55 48 18 15F 49 2C
Octal 302 36 67 0 125 110 30 537 111 54
Binary 11000010 11110 110111 0 1010101 1001000 11000 101011111 1001001 101100

Color Harmonies of #C21E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21E37

Black with #C21E37

Text Example


Text Example

White with #C21E37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21E37; }

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

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

background-color css

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

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

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

border-color css

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

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

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