Html Css Color HEX #C21E3B Cardinal

📋 copy color: '#C21E3B'

red 194 ◦ green 30 ◦ blue 59

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

Shades of Cardinal #C21E3B

Tints of Cardinal #C21E3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 20.85%

R = 68.55%
G = 10.6%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C21E3B (or 0xC21E3B) is known color: Cardinal. HEX triplet: C2, 1E and 3B. RGB value is (194,30,59). Sum of RGB (Red+Green+Blue) = 194+30+59=283 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.55% from 283); Green value is 30 (12.11% from 255 or 10.60% from 283); Blue value is 59 (23.44% from 255 or 20.85% from 283); Max value from RGB is 194 - color contains mainly: red. Hex color #C21E3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C21E3B is #3DE1C4. Grayscale: #525252. Windows color (decimal): -4055493 or 3874498. OLE color: 3874498.

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

Color convert

RGB 194 30 59 -
CMYK 0 0.85 0.70 0.24
HSL 349.39º 0.73% 0.44% -
HSV(B) 349.39º 0.85% 0.76% -
XYZ 23.5 12.71 5.35 -
YUV 82.34 114.83 207.64 -
System Red Green Blue C M Y K H S L
Decimal 194 30 59 0 0.85 0.70 0.24 349.39 0.73 0.44
Hex C2 1E 3B 0 55 46 18 15D 49 2C
Octal 302 36 73 0 125 106 30 535 111 54
Binary 11000010 11110 111011 0 1010101 1000110 11000 101011101 1001001 101100

Color Harmonies of #C21E3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21E3B

Black with #C21E3B

Text Example


Text Example

White with #C21E3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21E3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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