Html Css Color HEX #D95038 Cinnabar

📋 copy color: '#D95038'

red 217 ◦ green 80 ◦ blue 56

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

Shades of Cinnabar #D95038

Tints of Cinnabar #D95038

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.66%

 BLUE value IS 56 (22.27% from 255) = 15.86%

R = 61.47%
G = 22.66%
B = 15.86%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#D95038 (or 0xD95038) is known color: Cinnabar. HEX triplet: D9, 50 and 38. RGB value is (217,80,56). Sum of RGB (Red+Green+Blue) = 217+80+56=353 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.47% from 353); Green value is 80 (31.64% from 255 or 22.66% from 353); Blue value is 56 (22.27% from 255 or 15.86% from 353); Max value from RGB is 217 - color contains mainly: red. Hex color #D95038 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95038 is #26AFC7. Grayscale: #767676. Windows color (decimal): -2535368 or 3690713. OLE color: 3690713.

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

Color convert

RGB 217 80 56 -
CMYK 0 0.63 0.74 0.15
HSL 8.94º 0.68% 0.54% -
HSV(B) 8.94º 0.74% 0.85% -
XYZ 32.2 20.77 6.05 -
YUV 118.23 92.89 198.45 -
System Red Green Blue C M Y K H S L
Decimal 217 80 56 0 0.63 0.74 0.15 8.94 0.68 0.54
Hex D9 50 38 0 3F 4A F 9 44 36
Octal 331 120 70 0 77 112 17 11 104 66
Binary 11011001 1010000 111000 0 111111 1001010 1111 1001 1000100 110110

Color Harmonies of #D95038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95038

Black with #D95038

Text Example


Text Example

White with #D95038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95038; }

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

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

background-color css

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

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

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

border-color css

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

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

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