Html Css Color HEX #D9493D Cinnabar

📋 copy color: '#D9493D'

red 217 ◦ green 73 ◦ blue 61

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

Shades of Cinnabar #D9493D

Tints of Cinnabar #D9493D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.8%

 BLUE value IS 61 (24.22% from 255) = 17.38%

R = 61.82%
G = 20.8%
B = 17.38%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#D9493D (or 0xD9493D) is known color: Cinnabar. HEX triplet: D9, 49 and 3D. RGB value is (217,73,61). Sum of RGB (Red+Green+Blue) = 217+73+61=351 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.82% from 351); Green value is 73 (28.91% from 255 or 20.80% from 351); Blue value is 61 (24.22% from 255 or 17.38% from 351); Max value from RGB is 217 - color contains mainly: red. Hex color #D9493D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9493D is #26B6C2. Grayscale: #727272. Windows color (decimal): -2537155 or 4016601. OLE color: 4016601.

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

Color convert

RGB 217 73 61 -
CMYK 0 0.66 0.72 0.15
HSL 4.62º 0.67% 0.55% -
HSV(B) 4.62º 0.72% 0.85% -
XYZ 31.84 19.85 6.57 -
YUV 114.69 97.71 200.98 -
System Red Green Blue C M Y K H S L
Decimal 217 73 61 0 0.66 0.72 0.15 4.62 0.67 0.55
Hex D9 49 3D 0 42 48 F 5 43 37
Octal 331 111 75 0 102 110 17 5 103 67
Binary 11011001 1001001 111101 0 1000010 1001000 1111 101 1000011 110111

Color Harmonies of #D9493D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9493D

Black with #D9493D

Text Example


Text Example

White with #D9493D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9493D; }

 p { color: rgb(217,73,61); }

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

background-color css

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

 a { background-color: rgb(217,73,61); }

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

border-color css

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

 span { border-color: rgb(217,73,61); }

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