Html Css Color HEX #C81539 Cardinal

📋 copy color: '#C81539'

red 200 ◦ green 21 ◦ blue 57

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

Shades of Cardinal #C81539

Tints of Cardinal #C81539

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.55%

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

R = 71.94%
G = 7.55%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C81539 (or 0xC81539) is known color: Cardinal. HEX triplet: C8, 15 and 39. RGB value is (200,21,57). Sum of RGB (Red+Green+Blue) = 200+21+57=278 (36% of max value = 765). Red value is 200 (78.52% from 255 or 71.94% from 278); Green value is 21 (8.59% from 255 or 7.55% from 278); Blue value is 57 (22.66% from 255 or 20.50% from 278); Max value from RGB is 200 - color contains mainly: red. Hex color #C81539 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81539 is #37EAC6. Grayscale: #4E4E4E. Windows color (decimal): -3664583 or 3741128. OLE color: 3741128.

HSL color Cylindrical-coordinate representation of color #C81539: hue angle of 347.93º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C81539 is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 21 57 -
CMYK 0 0.90 0.72 0.22
HSL 347.93º 0.81% 0.43% -
HSV(B) 347.93º 0.9% 0.78% -
XYZ 24.83 13.11 5.09 -
YUV 78.63 115.8 214.57 -
System Red Green Blue C M Y K H S L
Decimal 200 21 57 0 0.90 0.72 0.22 347.93 0.81 0.43
Hex C8 15 39 0 5A 48 16 15C 51 2B
Octal 310 25 71 0 132 110 26 534 121 53
Binary 11001000 10101 111001 0 1011010 1001000 10110 101011100 1010001 101011

Color Harmonies of #C81539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81539

Black with #C81539

Text Example


Text Example

White with #C81539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81539; }

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

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

background-color css

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

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

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

border-color css

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

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

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