Html Css Color HEX #C81847 Cardinal

📋 copy color: '#C81847'

red 200 ◦ green 24 ◦ blue 71

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

Shades of Cardinal #C81847

Tints of Cardinal #C81847

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 24.07%

R = 67.8%
G = 8.14%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C81847 (or 0xC81847) is known color: Cardinal. HEX triplet: C8, 18 and 47. RGB value is (200,24,71). Sum of RGB (Red+Green+Blue) = 200+24+71=295 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.80% from 295); Green value is 24 (9.77% from 255 or 8.14% from 295); Blue value is 71 (28.12% from 255 or 24.07% from 295); Max value from RGB is 200 - color contains mainly: red. Hex color #C81847 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81847 is #37E7B8. Grayscale: #515151. Windows color (decimal): -3663801 or 4659400. OLE color: 4659400.

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

Color convert

RGB 200 24 71 -
CMYK 0 0.88 0.64 0.22
HSL 343.98º 0.79% 0.44% -
HSV(B) 343.98º 0.88% 0.78% -
XYZ 25.28 13.39 7.21 -
YUV 81.98 121.81 212.18 -
System Red Green Blue C M Y K H S L
Decimal 200 24 71 0 0.88 0.64 0.22 343.98 0.79 0.44
Hex C8 18 47 0 58 40 16 158 4F 2C
Octal 310 30 107 0 130 100 26 530 117 54
Binary 11001000 11000 1000111 0 1011000 1000000 10110 101011000 1001111 101100

Color Harmonies of #C81847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81847

Black with #C81847

Text Example


Text Example

White with #C81847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81847; }

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

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

background-color css

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

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

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

border-color css

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

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

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