Html Css Color HEX #C21E34 Cardinal

📋 copy color: '#C21E34'

red 194 ◦ green 30 ◦ blue 52

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

Shades of Cardinal #C21E34

Tints of Cardinal #C21E34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 18.84%

R = 70.29%
G = 10.87%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C21E34 (or 0xC21E34) is known color: Cardinal. HEX triplet: C2, 1E and 34. RGB value is (194,30,52). Sum of RGB (Red+Green+Blue) = 194+30+52=276 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.29% from 276); Green value is 30 (12.11% from 255 or 10.87% from 276); Blue value is 52 (20.70% from 255 or 18.84% from 276); Max value from RGB is 194 - color contains mainly: red. Hex color #C21E34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C21E34 is #3DE1CB. Grayscale: #515151. Windows color (decimal): -4055500 or 3415746. OLE color: 3415746.

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

Color convert

RGB 194 30 52 -
CMYK 0 0.85 0.73 0.24
HSL 351.95º 0.73% 0.44% -
HSV(B) 351.95º 0.85% 0.76% -
XYZ 23.33 12.65 4.46 -
YUV 81.54 111.33 208.21 -
System Red Green Blue C M Y K H S L
Decimal 194 30 52 0 0.85 0.73 0.24 351.95 0.73 0.44
Hex C2 1E 34 0 55 49 18 160 49 2C
Octal 302 36 64 0 125 111 30 540 111 54
Binary 11000010 11110 110100 0 1010101 1001001 11000 101100000 1001001 101100

Color Harmonies of #C21E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21E34

Black with #C21E34

Text Example


Text Example

White with #C21E34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21E34; }

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

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

background-color css

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

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

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

border-color css

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

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

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