Html Css Color HEX #D94D28 Cinnabar

📋 copy color: '#D94D28'

red 217 ◦ green 77 ◦ blue 40

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

Shades of Cinnabar #D94D28

Tints of Cinnabar #D94D28

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.05%

 BLUE value IS 40 (16.02% from 255) = 11.98%

R = 64.97%
G = 23.05%
B = 11.98%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#D94D28 (or 0xD94D28) is known color: Cinnabar. HEX triplet: D9, 4D and 28. RGB value is (217,77,40). Sum of RGB (Red+Green+Blue) = 217+77+40=334 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.97% from 334); Green value is 77 (30.47% from 255 or 23.05% from 334); Blue value is 40 (16.02% from 255 or 11.98% from 334); Max value from RGB is 217 - color contains mainly: red. Hex color #D94D28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D94D28 is #26B2D7. Grayscale: #727272. Windows color (decimal): -2536152 or 2641369. OLE color: 2641369.

HSL color Cylindrical-coordinate representation of color #D94D28: hue angle of 12.54º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D94D28 is Cyan = 0, Magento = 0.65, Yellow = 0.82 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 77 40 -
CMYK 0 0.65 0.82 0.15
HSL 12.54º 0.7% 0.5% -
HSV(B) 12.54º 0.82% 0.85% -
XYZ 31.65 20.21 4.24 -
YUV 114.64 85.88 201.01 -
System Red Green Blue C M Y K H S L
Decimal 217 77 40 0 0.65 0.82 0.15 12.54 0.7 0.5
Hex D9 4D 28 0 41 52 F D 46 32
Octal 331 115 50 0 101 122 17 15 106 62
Binary 11011001 1001101 101000 0 1000001 1010010 1111 1101 1000110 110010

Color Harmonies of #D94D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94D28

Black with #D94D28

Text Example


Text Example

White with #D94D28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94D28; }

 p { color: rgb(217,77,40); }

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

background-color css

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

 a { background-color: rgb(217,77,40); }

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

border-color css

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

 span { border-color: rgb(217,77,40); }

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