Html Css Color HEX #D9382B Cinnabar

📋 copy color: '#D9382B'

red 217 ◦ green 56 ◦ blue 43

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

Shades of Cinnabar #D9382B

Tints of Cinnabar #D9382B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.72%

 BLUE value IS 43 (17.19% from 255) = 13.61%

R = 68.67%
G = 17.72%
B = 13.61%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#D9382B (or 0xD9382B) is known color: Cinnabar. HEX triplet: D9, 38 and 2B. RGB value is (217,56,43). Sum of RGB (Red+Green+Blue) = 217+56+43=316 (41% of max value = 765). Red value is 217 (85.16% from 255 or 68.67% from 316); Green value is 56 (22.27% from 255 or 17.72% from 316); Blue value is 43 (17.19% from 255 or 13.61% from 316); Max value from RGB is 217 - color contains mainly: red. Hex color #D9382B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9382B is #26C7D4. Grayscale: #666666. Windows color (decimal): -2541525 or 2832601. OLE color: 2832601.

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

Color convert

RGB 217 56 43 -
CMYK 0 0.74 0.80 0.15
HSL 4.48º 0.7% 0.51% -
HSV(B) 4.48º 0.8% 0.85% -
XYZ 30.47 17.75 4.11 -
YUV 102.66 94.34 209.56 -
System Red Green Blue C M Y K H S L
Decimal 217 56 43 0 0.74 0.80 0.15 4.48 0.7 0.51
Hex D9 38 2B 0 4A 50 F 4 46 33
Octal 331 70 53 0 112 120 17 4 106 63
Binary 11011001 111000 101011 0 1001010 1010000 1111 100 1000110 110011

Color Harmonies of #D9382B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9382B

Black with #D9382B

Text Example


Text Example

White with #D9382B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9382B; }

 p { color: rgb(217,56,43); }

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

background-color css

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

 a { background-color: rgb(217,56,43); }

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

border-color css

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

 span { border-color: rgb(217,56,43); }

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