Html Css Color HEX #D9482C Cinnabar

📋 copy color: '#D9482C'

red 217 ◦ green 72 ◦ blue 44

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

Shades of Cinnabar #D9482C

Tints of Cinnabar #D9482C

RGB

 RED value IS 217 (85.16% from 255) = 65.17%

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

 BLUE value IS 44 (17.58% from 255) = 13.21%

R = 65.17%
G = 21.62%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#D9482C (or 0xD9482C) is known color: Cinnabar. HEX triplet: D9, 48 and 2C. RGB value is (217,72,44). Sum of RGB (Red+Green+Blue) = 217+72+44=333 (44% of max value = 765). Red value is 217 (85.16% from 255 or 65.17% from 333); Green value is 72 (28.52% from 255 or 21.62% from 333); Blue value is 44 (17.58% from 255 or 13.21% from 333); Max value from RGB is 217 - color contains mainly: red. Hex color #D9482C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9482C is #26B7D3. Grayscale: #707070. Windows color (decimal): -2537428 or 2902233. OLE color: 2902233.

HSL color Cylindrical-coordinate representation of color #D9482C: hue angle of 9.71º 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 #D9482C is Cyan = 0, Magento = 0.67, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 72 44 -
CMYK 0 0.67 0.80 0.15
HSL 9.71º 0.69% 0.51% -
HSV(B) 9.71º 0.8% 0.85% -
XYZ 31.39 19.57 4.51 -
YUV 112.16 89.54 202.78 -
System Red Green Blue C M Y K H S L
Decimal 217 72 44 0 0.67 0.80 0.15 9.71 0.69 0.51
Hex D9 48 2C 0 43 50 F A 45 33
Octal 331 110 54 0 103 120 17 12 105 63
Binary 11011001 1001000 101100 0 1000011 1010000 1111 1010 1000101 110011

Color Harmonies of #D9482C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9482C

Black with #D9482C

Text Example


Text Example

White with #D9482C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9482C; }

 p { color: rgb(217,72,44); }

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

background-color css

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

 a { background-color: rgb(217,72,44); }

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

border-color css

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

 span { border-color: rgb(217,72,44); }

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