Html Css Color HEX #C81835 Cardinal

📋 copy color: '#C81835'

red 200 ◦ green 24 ◦ blue 53

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

Shades of Cardinal #C81835

Tints of Cardinal #C81835

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.66%

 BLUE value IS 53 (21.09% from 255) = 19.13%

R = 72.2%
G = 8.66%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C81835 (or 0xC81835) is known color: Cardinal. HEX triplet: C8, 18 and 35. RGB value is (200,24,53). Sum of RGB (Red+Green+Blue) = 200+24+53=277 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.20% from 277); Green value is 24 (9.77% from 255 or 8.66% from 277); Blue value is 53 (21.09% from 255 or 19.13% from 277); Max value from RGB is 200 - color contains mainly: red. Hex color #C81835 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81835 is #37E7CA. Grayscale: #4F4F4F. Windows color (decimal): -3663819 or 3479752. OLE color: 3479752.

HSL color Cylindrical-coordinate representation of color #C81835: hue angle of 350.11º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C81835 is Cyan = 0, Magento = 0.88, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 24 53 -
CMYK 0 0.88 0.74 0.22
HSL 350.11º 0.79% 0.44% -
HSV(B) 350.11º 0.88% 0.78% -
XYZ 24.79 13.19 4.61 -
YUV 79.93 112.81 213.64 -
System Red Green Blue C M Y K H S L
Decimal 200 24 53 0 0.88 0.74 0.22 350.11 0.79 0.44
Hex C8 18 35 0 58 4A 16 15E 4F 2C
Octal 310 30 65 0 130 112 26 536 117 54
Binary 11001000 11000 110101 0 1011000 1001010 10110 101011110 1001111 101100

Color Harmonies of #C81835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81835

Black with #C81835

Text Example


Text Example

White with #C81835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81835; }

 p { color: rgb(200,24,53); }

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

background-color css

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

 a { background-color: rgb(200,24,53); }

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

border-color css

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

 span { border-color: rgb(200,24,53); }

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