Html Css Color HEX #C21D39 Cardinal

📋 copy color: '#C21D39'

red 194 ◦ green 29 ◦ blue 57

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

Shades of Cardinal #C21D39

Tints of Cardinal #C21D39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 20.36%

R = 69.29%
G = 10.36%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C21D39 (or 0xC21D39) is known color: Cardinal. HEX triplet: C2, 1D and 39. RGB value is (194,29,57). Sum of RGB (Red+Green+Blue) = 194+29+57=280 (37% of max value = 765). Red value is 194 (76.17% from 255 or 69.29% from 280); Green value is 29 (11.72% from 255 or 10.36% from 280); Blue value is 57 (22.66% from 255 or 20.36% from 280); Max value from RGB is 194 - color contains mainly: red. Hex color #C21D39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C21D39 is #3DE2C6. Grayscale: #515151. Windows color (decimal): -4055751 or 3743170. OLE color: 3743170.

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

Color convert

RGB 194 29 57 -
CMYK 0 0.85 0.71 0.24
HSL 349.82º 0.74% 0.44% -
HSV(B) 349.82º 0.85% 0.76% -
XYZ 23.43 12.64 5.08 -
YUV 81.53 114.16 208.22 -
System Red Green Blue C M Y K H S L
Decimal 194 29 57 0 0.85 0.71 0.24 349.82 0.74 0.44
Hex C2 1D 39 0 55 47 18 15E 4A 2C
Octal 302 35 71 0 125 107 30 536 112 54
Binary 11000010 11101 111001 0 1010101 1000111 11000 101011110 1001010 101100

Color Harmonies of #C21D39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21D39

Black with #C21D39

Text Example


Text Example

White with #C21D39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21D39; }

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

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

background-color css

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

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

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

border-color css

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

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

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