Html Css Color HEX #D82C3C Alizarin

📋 copy color: '#D82C3C'

red 216 ◦ green 44 ◦ blue 60

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

Shades of Alizarin #D82C3C

Tints of Alizarin #D82C3C

RGB

 RED value IS 216 (84.77% from 255) = 67.5%

 GREEN value IS 44 (17.58% from 255) = 13.75%

 BLUE value IS 60 (23.83% from 255) = 18.75%

R = 67.5%
G = 13.75%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#D82C3C (or 0xD82C3C) is known color: Alizarin. HEX triplet: D8, 2C and 3C. RGB value is (216,44,60). Sum of RGB (Red+Green+Blue) = 216+44+60=320 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.5% from 320); Green value is 44 (17.58% from 255 or 13.75% from 320); Blue value is 60 (23.83% from 255 or 18.75% from 320); Max value from RGB is 216 - color contains mainly: red. Hex color #D82C3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82C3C is #27D3C3. Grayscale: #616161. Windows color (decimal): -2610116 or 3943640. OLE color: 3943640.

HSL color Cylindrical-coordinate representation of color #D82C3C: hue angle of 354.42º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D82C3C is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 44 60 -
CMYK 0 0.80 0.72 0.15
HSL 354.42º 0.69% 0.51% -
HSV(B) 354.42º 0.8% 0.85% -
XYZ 30.04 16.73 5.92 -
YUV 97.25 106.98 212.7 -
System Red Green Blue C M Y K H S L
Decimal 216 44 60 0 0.80 0.72 0.15 354.42 0.69 0.51
Hex D8 2C 3C 0 50 48 F 162 45 33
Octal 330 54 74 0 120 110 17 542 105 63
Binary 11011000 101100 111100 0 1010000 1001000 1111 101100010 1000101 110011

Color Harmonies of #D82C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82C3C

Black with #D82C3C

Text Example


Text Example

White with #D82C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82C3C; }

 p { color: rgb(216,44,60); }

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

background-color css

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

 a { background-color: rgb(216,44,60); }

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

border-color css

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

 span { border-color: rgb(216,44,60); }

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