Html Css Color HEX #C21D2C Cardinal

📋 copy color: '#C21D2C'

red 194 ◦ green 29 ◦ blue 44

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

Shades of Cardinal #C21D2C

Tints of Cardinal #C21D2C

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.86%

 BLUE value IS 44 (17.58% from 255) = 16.48%

R = 72.66%
G = 10.86%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C21D2C (or 0xC21D2C) is known color: Cardinal. HEX triplet: C2, 1D and 2C. RGB value is (194,29,44). Sum of RGB (Red+Green+Blue) = 194+29+44=267 (35% of max value = 765). Red value is 194 (76.17% from 255 or 72.66% from 267); Green value is 29 (11.72% from 255 or 10.86% from 267); Blue value is 44 (17.58% from 255 or 16.48% from 267); Max value from RGB is 194 - color contains mainly: red. Hex color #C21D2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C21D2C is #3DE2D3. Grayscale: #505050. Windows color (decimal): -4055764 or 2891202. OLE color: 2891202.

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

Color convert

RGB 194 29 44 -
CMYK 0 0.85 0.77 0.24
HSL 354.55º 0.74% 0.44% -
HSV(B) 354.55º 0.85% 0.76% -
XYZ 23.14 12.53 3.58 -
YUV 80.05 107.66 209.28 -
System Red Green Blue C M Y K H S L
Decimal 194 29 44 0 0.85 0.77 0.24 354.55 0.74 0.44
Hex C2 1D 2C 0 55 4D 18 163 4A 2C
Octal 302 35 54 0 125 115 30 543 112 54
Binary 11000010 11101 101100 0 1010101 1001101 11000 101100011 1001010 101100

Color Harmonies of #C21D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21D2C

Black with #C21D2C

Text Example


Text Example

White with #C21D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21D2C; }

 p { color: rgb(194,29,44); }

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

background-color css

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

 a { background-color: rgb(194,29,44); }

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

border-color css

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

 span { border-color: rgb(194,29,44); }

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