Html Css Color HEX #D8482F Cinnabar

📋 copy color: '#D8482F'

red 216 ◦ green 72 ◦ blue 47

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

Shades of Cinnabar #D8482F

Tints of Cinnabar #D8482F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.03%

R = 64.48%
G = 21.49%
B = 14.03%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D8482F (or 0xD8482F) is known color: Cinnabar. HEX triplet: D8, 48 and 2F. RGB value is (216,72,47). Sum of RGB (Red+Green+Blue) = 216+72+47=335 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.48% from 335); Green value is 72 (28.52% from 255 or 21.49% from 335); Blue value is 47 (18.75% from 255 or 14.03% from 335); Max value from RGB is 216 - color contains mainly: red. Hex color #D8482F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8482F is #27B7D0. Grayscale: #707070. Windows color (decimal): -2602961 or 3098840. OLE color: 3098840.

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

Color convert

RGB 216 72 47 -
CMYK 0 0.67 0.78 0.15
HSL 8.88º 0.68% 0.52% -
HSV(B) 8.88º 0.78% 0.85% -
XYZ 31.15 19.44 4.8 -
YUV 112.21 91.21 202.03 -
System Red Green Blue C M Y K H S L
Decimal 216 72 47 0 0.67 0.78 0.15 8.88 0.68 0.52
Hex D8 48 2F 0 43 4E F 9 44 34
Octal 330 110 57 0 103 116 17 11 104 64
Binary 11011000 1001000 101111 0 1000011 1001110 1111 1001 1000100 110100

Color Harmonies of #D8482F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8482F

Black with #D8482F

Text Example


Text Example

White with #D8482F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8482F; }

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

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

background-color css

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

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

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

border-color css

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

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

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