Html Css Color HEX #D9442E Cinnabar

📋 copy color: '#D9442E'

red 217 ◦ green 68 ◦ blue 46

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

Shades of Cinnabar #D9442E

Tints of Cinnabar #D9442E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.54%

 BLUE value IS 46 (18.36% from 255) = 13.9%

R = 65.56%
G = 20.54%
B = 13.9%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#D9442E (or 0xD9442E) is known color: Cinnabar. HEX triplet: D9, 44 and 2E. RGB value is (217,68,46). Sum of RGB (Red+Green+Blue) = 217+68+46=331 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.56% from 331); Green value is 68 (26.95% from 255 or 20.54% from 331); Blue value is 46 (18.36% from 255 or 13.90% from 331); Max value from RGB is 217 - color contains mainly: red. Hex color #D9442E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9442E is #26BBD1. Grayscale: #6E6E6E. Windows color (decimal): -2538450 or 3032281. OLE color: 3032281.

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

Color convert

RGB 217 68 46 -
CMYK 0 0.69 0.79 0.15
HSL 7.72º 0.69% 0.52% -
HSV(B) 7.72º 0.79% 0.85% -
XYZ 31.18 19.08 4.63 -
YUV 110.04 91.86 204.29 -
System Red Green Blue C M Y K H S L
Decimal 217 68 46 0 0.69 0.79 0.15 7.72 0.69 0.52
Hex D9 44 2E 0 45 4F F 8 45 34
Octal 331 104 56 0 105 117 17 10 105 64
Binary 11011001 1000100 101110 0 1000101 1001111 1111 1000 1000101 110100

Color Harmonies of #D9442E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9442E

Black with #D9442E

Text Example


Text Example

White with #D9442E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9442E; }

 p { color: rgb(217,68,46); }

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

background-color css

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

 a { background-color: rgb(217,68,46); }

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

border-color css

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

 span { border-color: rgb(217,68,46); }

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