Html Css Color HEX #C81337 Cardinal

📋 copy color: '#C81337'

red 200 ◦ green 19 ◦ blue 55

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

Shades of Cardinal #C81337

Tints of Cardinal #C81337

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.93%

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

R = 72.99%
G = 6.93%
B = 20.07%

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

#C81337 (or 0xC81337) is known color: Cardinal. HEX triplet: C8, 13 and 37. RGB value is (200,19,55). Sum of RGB (Red+Green+Blue) = 200+19+55=274 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.99% from 274); Green value is 19 (7.81% from 255 or 6.93% from 274); Blue value is 55 (21.88% from 255 or 20.07% from 274); Max value from RGB is 200 - color contains mainly: red. Hex color #C81337 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81337 is #37ECC8. Grayscale: #4D4D4D. Windows color (decimal): -3665097 or 3609544. OLE color: 3609544.

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

Color convert

RGB 200 19 55 -
CMYK 0 0.90 0.72 0.22
HSL 348.07º 0.83% 0.43% -
HSV(B) 348.07º 0.91% 0.78% -
XYZ 24.74 13.02 4.82 -
YUV 77.22 115.47 215.57 -
System Red Green Blue C M Y K H S L
Decimal 200 19 55 0 0.90 0.72 0.22 348.07 0.83 0.43
Hex C8 13 37 0 5A 48 16 15C 53 2B
Octal 310 23 67 0 132 110 26 534 123 53
Binary 11001000 10011 110111 0 1011010 1001000 10110 101011100 1010011 101011

Color Harmonies of #C81337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81337

Black with #C81337

Text Example


Text Example

White with #C81337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81337; }

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

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

background-color css

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

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

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

border-color css

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

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

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