Html Css Color HEX #C81736 Cardinal

📋 copy color: '#C81736'

red 200 ◦ green 23 ◦ blue 54

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

Shades of Cardinal #C81736

Tints of Cardinal #C81736

RGB

 RED value IS 200 (78.52% from 255) = 72.2%

 GREEN value IS 23 (9.38% from 255) = 8.3%

 BLUE value IS 54 (21.48% from 255) = 19.49%

R = 72.2%
G = 8.3%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#C81736 (or 0xC81736) is known color: Cardinal. HEX triplet: C8, 17 and 36. RGB value is (200,23,54). Sum of RGB (Red+Green+Blue) = 200+23+54=277 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.20% from 277); Green value is 23 (9.38% from 255 or 8.30% from 277); Blue value is 54 (21.48% from 255 or 19.49% from 277); Max value from RGB is 200 - color contains mainly: red. Hex color #C81736 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81736 is #37E8C9. Grayscale: #4F4F4F. Windows color (decimal): -3664074 or 3545032. OLE color: 3545032.

HSL color Cylindrical-coordinate representation of color #C81736: hue angle of 349.49º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C81736 is Cyan = 0, Magento = 0.88, Yellow = 0.73 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 23 54 -
CMYK 0 0.88 0.73 0.22
HSL 349.49º 0.79% 0.44% -
HSV(B) 349.49º 0.89% 0.78% -
XYZ 24.79 13.16 4.72 -
YUV 79.46 113.64 213.98 -
System Red Green Blue C M Y K H S L
Decimal 200 23 54 0 0.88 0.73 0.22 349.49 0.79 0.44
Hex C8 17 36 0 58 49 16 15D 4F 2C
Octal 310 27 66 0 130 111 26 535 117 54
Binary 11001000 10111 110110 0 1011000 1001001 10110 101011101 1001111 101100

Color Harmonies of #C81736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81736

Black with #C81736

Text Example


Text Example

White with #C81736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81736; }

 p { color: rgb(200,23,54); }

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

background-color css

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

 a { background-color: rgb(200,23,54); }

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

border-color css

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

 span { border-color: rgb(200,23,54); }

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