Html Css Color HEX #C21037 Cardinal

📋 copy color: '#C21037'

red 194 ◦ green 16 ◦ blue 55

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

Shades of Cardinal #C21037

Tints of Cardinal #C21037

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.04%

 BLUE value IS 55 (21.88% from 255) = 20.75%

R = 73.21%
G = 6.04%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C21037 (or 0xC21037) is known color: Cardinal. HEX triplet: C2, 10 and 37. RGB value is (194,16,55). Sum of RGB (Red+Green+Blue) = 194+16+55=265 (35% of max value = 765). Red value is 194 (76.17% from 255 or 73.21% from 265); Green value is 16 (6.64% from 255 or 6.04% from 265); Blue value is 55 (21.88% from 255 or 20.75% from 265); Max value from RGB is 194 - color contains mainly: red. Hex color #C21037 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21037 is #3DEFC8. Grayscale: #494949. Windows color (decimal): -4059081 or 3608770. OLE color: 3608770.

HSL color Cylindrical-coordinate representation of color #C21037: hue angle of 346.85º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C21037 is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 16 55 -
CMYK 0 0.92 0.72 0.24
HSL 346.85º 0.85% 0.41% -
HSV(B) 346.85º 0.92% 0.76% -
XYZ 23.12 12.12 4.73 -
YUV 73.67 117.47 213.83 -
System Red Green Blue C M Y K H S L
Decimal 194 16 55 0 0.92 0.72 0.24 346.85 0.85 0.41
Hex C2 10 37 0 5C 48 18 15B 55 29
Octal 302 20 67 0 134 110 30 533 125 51
Binary 11000010 10000 110111 0 1011100 1001000 11000 101011011 1010101 101001

Color Harmonies of #C21037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21037

Black with #C21037

Text Example


Text Example

White with #C21037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21037; }

 p { color: rgb(194,16,55); }

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

background-color css

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

 a { background-color: rgb(194,16,55); }

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

border-color css

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

 span { border-color: rgb(194,16,55); }

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