Html Css Color HEX #C81840 Cardinal

📋 copy color: '#C81840'

red 200 ◦ green 24 ◦ blue 64

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

Shades of Cardinal #C81840

Tints of Cardinal #C81840

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 22.22%

R = 69.44%
G = 8.33%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C81840 (or 0xC81840) is known color: Cardinal. HEX triplet: C8, 18 and 40. RGB value is (200,24,64). Sum of RGB (Red+Green+Blue) = 200+24+64=288 (38% of max value = 765). Red value is 200 (78.52% from 255 or 69.44% from 288); Green value is 24 (9.77% from 255 or 8.33% from 288); Blue value is 64 (25.39% from 255 or 22.22% from 288); Max value from RGB is 200 - color contains mainly: red. Hex color #C81840 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81840 is #37E7BF. Grayscale: #515151. Windows color (decimal): -3663808 or 4200648. OLE color: 4200648.

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

Color convert

RGB 200 24 64 -
CMYK 0 0.88 0.68 0.22
HSL 346.36º 0.79% 0.44% -
HSV(B) 346.36º 0.88% 0.78% -
XYZ 25.07 13.3 6.1 -
YUV 81.18 118.31 212.75 -
System Red Green Blue C M Y K H S L
Decimal 200 24 64 0 0.88 0.68 0.22 346.36 0.79 0.44
Hex C8 18 40 0 58 44 16 15A 4F 2C
Octal 310 30 100 0 130 104 26 532 117 54
Binary 11001000 11000 1000000 0 1011000 1000100 10110 101011010 1001111 101100

Color Harmonies of #C81840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81840

Black with #C81840

Text Example


Text Example

White with #C81840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81840; }

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

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

background-color css

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

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

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

border-color css

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

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

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