Html Css Color HEX #C21E32 Cardinal

📋 copy color: '#C21E32'

red 194 ◦ green 30 ◦ blue 50

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

Shades of Cardinal #C21E32

Tints of Cardinal #C21E32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 18.25%

R = 70.8%
G = 10.95%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C21E32 (or 0xC21E32) is known color: Cardinal. HEX triplet: C2, 1E and 32. RGB value is (194,30,50). Sum of RGB (Red+Green+Blue) = 194+30+50=274 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.80% from 274); Green value is 30 (12.11% from 255 or 10.95% from 274); Blue value is 50 (19.92% from 255 or 18.25% from 274); Max value from RGB is 194 - color contains mainly: red. Hex color #C21E32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C21E32 is #3DE1CD. Grayscale: #515151. Windows color (decimal): -4055502 or 3284674. OLE color: 3284674.

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

Color convert

RGB 194 30 50 -
CMYK 0 0.85 0.74 0.24
HSL 352.68º 0.73% 0.44% -
HSV(B) 352.68º 0.85% 0.76% -
XYZ 23.29 12.63 4.23 -
YUV 81.32 110.33 208.37 -
System Red Green Blue C M Y K H S L
Decimal 194 30 50 0 0.85 0.74 0.24 352.68 0.73 0.44
Hex C2 1E 32 0 55 4A 18 161 49 2C
Octal 302 36 62 0 125 112 30 541 111 54
Binary 11000010 11110 110010 0 1010101 1001010 11000 101100001 1001001 101100

Color Harmonies of #C21E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21E32

Black with #C21E32

Text Example


Text Example

White with #C21E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21E32; }

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

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

background-color css

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

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

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

border-color css

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

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

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