Html Css Color HEX #D8482A Cinnabar

📋 copy color: '#D8482A'

red 216 ◦ green 72 ◦ blue 42

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

Shades of Cinnabar #D8482A

Tints of Cinnabar #D8482A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.73%

R = 65.45%
G = 21.82%
B = 12.73%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D8482A (or 0xD8482A) is known color: Cinnabar. HEX triplet: D8, 48 and 2A. RGB value is (216,72,42). Sum of RGB (Red+Green+Blue) = 216+72+42=330 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.45% from 330); Green value is 72 (28.52% from 255 or 21.82% from 330); Blue value is 42 (16.80% from 255 or 12.73% from 330); Max value from RGB is 216 - color contains mainly: red. Hex color #D8482A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8482A is #27B7D5. Grayscale: #6F6F6F. Windows color (decimal): -2602966 or 2771160. OLE color: 2771160.

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

Color convert

RGB 216 72 42 -
CMYK 0 0.67 0.81 0.15
HSL 10.34º 0.69% 0.51% -
HSV(B) 10.34º 0.81% 0.85% -
XYZ 31.05 19.4 4.3 -
YUV 111.64 88.71 202.44 -
System Red Green Blue C M Y K H S L
Decimal 216 72 42 0 0.67 0.81 0.15 10.34 0.69 0.51
Hex D8 48 2A 0 43 51 F A 45 33
Octal 330 110 52 0 103 121 17 12 105 63
Binary 11011000 1001000 101010 0 1000011 1010001 1111 1010 1000101 110011

Color Harmonies of #D8482A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8482A

Black with #D8482A

Text Example


Text Example

White with #D8482A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8482A; }

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

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

background-color css

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

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

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

border-color css

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

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

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