Html Css Color HEX #D9483C Cinnabar

📋 copy color: '#D9483C'

red 217 ◦ green 72 ◦ blue 60

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

Shades of Cinnabar #D9483C

Tints of Cinnabar #D9483C

RGB

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

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

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

R = 62.18%
G = 20.63%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#D9483C (or 0xD9483C) is known color: Cinnabar. HEX triplet: D9, 48 and 3C. RGB value is (217,72,60). Sum of RGB (Red+Green+Blue) = 217+72+60=349 (46% of max value = 765). Red value is 217 (85.16% from 255 or 62.18% from 349); Green value is 72 (28.52% from 255 or 20.63% from 349); Blue value is 60 (23.83% from 255 or 17.19% from 349); Max value from RGB is 217 - color contains mainly: red. Hex color #D9483C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9483C is #26B7C3. Grayscale: #727272. Windows color (decimal): -2537412 or 3950809. OLE color: 3950809.

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

Color convert

RGB 217 72 60 -
CMYK 0 0.67 0.72 0.15
HSL 4.59º 0.67% 0.54% -
HSV(B) 4.59º 0.72% 0.85% -
XYZ 31.75 19.71 6.41 -
YUV 113.99 97.54 201.48 -
System Red Green Blue C M Y K H S L
Decimal 217 72 60 0 0.67 0.72 0.15 4.59 0.67 0.54
Hex D9 48 3C 0 43 48 F 5 43 36
Octal 331 110 74 0 103 110 17 5 103 66
Binary 11011001 1001000 111100 0 1000011 1001000 1111 101 1000011 110110

Color Harmonies of #D9483C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9483C

Black with #D9483C

Text Example


Text Example

White with #D9483C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9483C; }

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

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

background-color css

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

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

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

border-color css

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

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

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