Html Css Color HEX #C81237 Cardinal

📋 copy color: '#C81237'

red 200 ◦ green 18 ◦ blue 55

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

Shades of Cardinal #C81237

Tints of Cardinal #C81237

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.59%

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

R = 73.26%
G = 6.59%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C81237 (or 0xC81237) is known color: Cardinal. HEX triplet: C8, 12 and 37. RGB value is (200,18,55). Sum of RGB (Red+Green+Blue) = 200+18+55=273 (36% of max value = 765). Red value is 200 (78.52% from 255 or 73.26% from 273); Green value is 18 (7.42% from 255 or 6.59% from 273); Blue value is 55 (21.88% from 255 or 20.15% from 273); Max value from RGB is 200 - color contains mainly: red. Hex color #C81237 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81237 is #37EDC8. Grayscale: #4C4C4C. Windows color (decimal): -3665353 or 3609288. OLE color: 3609288.

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

Color convert

RGB 200 18 55 -
CMYK 0 0.91 0.72 0.22
HSL 347.8º 0.83% 0.43% -
HSV(B) 347.8º 0.91% 0.78% -
XYZ 24.73 12.99 4.82 -
YUV 76.64 115.8 215.99 -
System Red Green Blue C M Y K H S L
Decimal 200 18 55 0 0.91 0.72 0.22 347.8 0.83 0.43
Hex C8 12 37 0 5B 48 16 15C 53 2B
Octal 310 22 67 0 133 110 26 534 123 53
Binary 11001000 10010 110111 0 1011011 1001000 10110 101011100 1010011 101011

Color Harmonies of #C81237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81237

Black with #C81237

Text Example


Text Example

White with #C81237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81237; }

 p { color: rgb(200,18,55); }

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

background-color css

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

 a { background-color: rgb(200,18,55); }

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

border-color css

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

 span { border-color: rgb(200,18,55); }

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