Html Css Color HEX #C81039 Cardinal

📋 copy color: '#C81039'

red 200 ◦ green 16 ◦ blue 57

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

Shades of Cardinal #C81039

Tints of Cardinal #C81039

RGB

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

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

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

R = 73.26%
G = 5.86%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C81039 (or 0xC81039) is known color: Cardinal. HEX triplet: C8, 10 and 39. RGB value is (200,16,57). Sum of RGB (Red+Green+Blue) = 200+16+57=273 (36% of max value = 765). Red value is 200 (78.52% from 255 or 73.26% from 273); Green value is 16 (6.64% from 255 or 5.86% from 273); Blue value is 57 (22.66% from 255 or 20.88% from 273); Max value from RGB is 200 - color contains mainly: red. Hex color #C81039 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81039 is #37EFC6. Grayscale: #4B4B4B. Windows color (decimal): -3665863 or 3739848. OLE color: 3739848.

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

Color convert

RGB 200 16 57 -
CMYK 0 0.92 0.72 0.22
HSL 346.63º 0.85% 0.42% -
HSV(B) 346.63º 0.92% 0.78% -
XYZ 24.74 12.95 5.07 -
YUV 75.69 117.46 216.67 -
System Red Green Blue C M Y K H S L
Decimal 200 16 57 0 0.92 0.72 0.22 346.63 0.85 0.42
Hex C8 10 39 0 5C 48 16 15B 55 2A
Octal 310 20 71 0 134 110 26 533 125 52
Binary 11001000 10000 111001 0 1011100 1001000 10110 101011011 1010101 101010

Color Harmonies of #C81039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81039

Black with #C81039

Text Example


Text Example

White with #C81039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81039; }

 p { color: rgb(200,16,57); }

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

background-color css

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

 a { background-color: rgb(200,16,57); }

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

border-color css

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

 span { border-color: rgb(200,16,57); }

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