Html Css Color HEX #C81536 Cardinal

📋 copy color: '#C81536'

red 200 ◦ green 21 ◦ blue 54

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

Shades of Cardinal #C81536

Tints of Cardinal #C81536

RGB

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

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

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

R = 72.73%
G = 7.64%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#C81536 (or 0xC81536) is known color: Cardinal. HEX triplet: C8, 15 and 36. RGB value is (200,21,54). Sum of RGB (Red+Green+Blue) = 200+21+54=275 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.73% from 275); Green value is 21 (8.59% from 255 or 7.64% from 275); Blue value is 54 (21.48% from 255 or 19.64% from 275); Max value from RGB is 200 - color contains mainly: red. Hex color #C81536 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81536 is #37EAC9. Grayscale: #4E4E4E. Windows color (decimal): -3664586 or 3544520. OLE color: 3544520.

HSL color Cylindrical-coordinate representation of color #C81536: hue angle of 348.94º 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 #C81536 is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 21 54 -
CMYK 0 0.90 0.73 0.22
HSL 348.94º 0.81% 0.43% -
HSV(B) 348.94º 0.9% 0.78% -
XYZ 24.75 13.08 4.71 -
YUV 78.28 114.3 214.82 -
System Red Green Blue C M Y K H S L
Decimal 200 21 54 0 0.90 0.73 0.22 348.94 0.81 0.43
Hex C8 15 36 0 5A 49 16 15D 51 2B
Octal 310 25 66 0 132 111 26 535 121 53
Binary 11001000 10101 110110 0 1011010 1001001 10110 101011101 1010001 101011

Color Harmonies of #C81536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81536

Black with #C81536

Text Example


Text Example

White with #C81536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81536; }

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

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

background-color css

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

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

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

border-color css

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

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

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