Html Css Color HEX #D9392A Cinnabar

📋 copy color: '#D9392A'

red 217 ◦ green 57 ◦ blue 42

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

Shades of Cinnabar #D9392A

Tints of Cinnabar #D9392A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.04%

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

R = 68.67%
G = 18.04%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D9392A (or 0xD9392A) is known color: Cinnabar. HEX triplet: D9, 39 and 2A. RGB value is (217,57,42). Sum of RGB (Red+Green+Blue) = 217+57+42=316 (41% of max value = 765). Red value is 217 (85.16% from 255 or 68.67% from 316); Green value is 57 (22.66% from 255 or 18.04% from 316); Blue value is 42 (16.80% from 255 or 13.29% from 316); Max value from RGB is 217 - color contains mainly: red. Hex color #D9392A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9392A is #26C6D5. Grayscale: #676767. Windows color (decimal): -2541270 or 2767321. OLE color: 2767321.

HSL color Cylindrical-coordinate representation of color #D9392A: hue angle of 5.14º degrees, saturation: 0.7, 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 #D9392A is Cyan = 0, Magento = 0.74, Yellow = 0.81 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 57 42 -
CMYK 0 0.74 0.81 0.15
HSL 5.14º 0.7% 0.51% -
HSV(B) 5.14º 0.81% 0.85% -
XYZ 30.5 17.85 4.03 -
YUV 103.13 93.51 209.22 -
System Red Green Blue C M Y K H S L
Decimal 217 57 42 0 0.74 0.81 0.15 5.14 0.7 0.51
Hex D9 39 2A 0 4A 51 F 5 46 33
Octal 331 71 52 0 112 121 17 5 106 63
Binary 11011001 111001 101010 0 1001010 1010001 1111 101 1000110 110011

Color Harmonies of #D9392A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9392A

Black with #D9392A

Text Example


Text Example

White with #D9392A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9392A; }

 p { color: rgb(217,57,42); }

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

background-color css

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

 a { background-color: rgb(217,57,42); }

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

border-color css

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

 span { border-color: rgb(217,57,42); }

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