Html Css Color HEX #C81531 Cardinal

📋 copy color: '#C81531'

red 200 ◦ green 21 ◦ blue 49

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

Shades of Cardinal #C81531

Tints of Cardinal #C81531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 18.15%

R = 74.07%
G = 7.78%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C81531 (or 0xC81531) is known color: Cardinal. HEX triplet: C8, 15 and 31. RGB value is (200,21,49). Sum of RGB (Red+Green+Blue) = 200+21+49=270 (35% of max value = 765). Red value is 200 (78.52% from 255 or 74.07% from 270); Green value is 21 (8.59% from 255 or 7.78% from 270); Blue value is 49 (19.53% from 255 or 18.15% from 270); Max value from RGB is 200 - color contains mainly: red. Hex color #C81531 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81531 is #37EACE. Grayscale: #4D4D4D. Windows color (decimal): -3664591 or 3216840. OLE color: 3216840.

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

Color convert

RGB 200 21 49 -
CMYK 0 0.90 0.76 0.22
HSL 350.61º 0.81% 0.43% -
HSV(B) 350.61º 0.9% 0.78% -
XYZ 24.64 13.04 4.12 -
YUV 77.71 111.8 215.22 -
System Red Green Blue C M Y K H S L
Decimal 200 21 49 0 0.90 0.76 0.22 350.61 0.81 0.43
Hex C8 15 31 0 5A 4C 16 15F 51 2B
Octal 310 25 61 0 132 114 26 537 121 53
Binary 11001000 10101 110001 0 1011010 1001100 10110 101011111 1010001 101011

Color Harmonies of #C81531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81531

Black with #C81531

Text Example


Text Example

White with #C81531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81531; }

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

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

background-color css

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

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

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

border-color css

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

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

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