Html Css Color HEX #D8482E Cinnabar

📋 copy color: '#D8482E'

red 216 ◦ green 72 ◦ blue 46

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

Shades of Cinnabar #D8482E

Tints of Cinnabar #D8482E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.56%

 BLUE value IS 46 (18.36% from 255) = 13.77%

R = 64.67%
G = 21.56%
B = 13.77%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#D8482E (or 0xD8482E) is known color: Cinnabar. HEX triplet: D8, 48 and 2E. RGB value is (216,72,46). Sum of RGB (Red+Green+Blue) = 216+72+46=334 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.67% from 334); Green value is 72 (28.52% from 255 or 21.56% from 334); Blue value is 46 (18.36% from 255 or 13.77% from 334); Max value from RGB is 216 - color contains mainly: red. Hex color #D8482E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8482E is #27B7D1. Grayscale: #707070. Windows color (decimal): -2602962 or 3033304. OLE color: 3033304.

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

Color convert

RGB 216 72 46 -
CMYK 0 0.67 0.79 0.15
HSL 9.18º 0.69% 0.51% -
HSV(B) 9.18º 0.79% 0.85% -
XYZ 31.13 19.43 4.69 -
YUV 112.09 90.71 202.11 -
System Red Green Blue C M Y K H S L
Decimal 216 72 46 0 0.67 0.79 0.15 9.18 0.69 0.51
Hex D8 48 2E 0 43 4F F 9 45 33
Octal 330 110 56 0 103 117 17 11 105 63
Binary 11011000 1001000 101110 0 1000011 1001111 1111 1001 1000101 110011

Color Harmonies of #D8482E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8482E

Black with #D8482E

Text Example


Text Example

White with #D8482E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8482E; }

 p { color: rgb(216,72,46); }

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

background-color css

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

 a { background-color: rgb(216,72,46); }

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

border-color css

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

 span { border-color: rgb(216,72,46); }

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