Html Css Color HEX #C81848 Cardinal

📋 copy color: '#C81848'

red 200 ◦ green 24 ◦ blue 72

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

Shades of Cardinal #C81848

Tints of Cardinal #C81848

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 24.32%

R = 67.57%
G = 8.11%
B = 24.32%

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

#C81848 (or 0xC81848) is known color: Cardinal. HEX triplet: C8, 18 and 48. RGB value is (200,24,72). Sum of RGB (Red+Green+Blue) = 200+24+72=296 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.57% from 296); Green value is 24 (9.77% from 255 or 8.11% from 296); Blue value is 72 (28.52% from 255 or 24.32% from 296); Max value from RGB is 200 - color contains mainly: red. Hex color #C81848 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81848 is #37E7B7. Grayscale: #525252. Windows color (decimal): -3663800 or 4724936. OLE color: 4724936.

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

Color convert

RGB 200 24 72 -
CMYK 0 0.88 0.64 0.22
HSL 343.64º 0.79% 0.44% -
HSV(B) 343.64º 0.88% 0.78% -
XYZ 25.32 13.4 7.38 -
YUV 82.1 122.31 212.1 -
System Red Green Blue C M Y K H S L
Decimal 200 24 72 0 0.88 0.64 0.22 343.64 0.79 0.44
Hex C8 18 48 0 58 40 16 158 4F 2C
Octal 310 30 110 0 130 100 26 530 117 54
Binary 11001000 11000 1001000 0 1011000 1000000 10110 101011000 1001111 101100

Color Harmonies of #C81848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81848

Black with #C81848

Text Example


Text Example

White with #C81848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81848; }

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

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

background-color css

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

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

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

border-color css

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

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

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