Html Css Color HEX #D94D3E Cinnabar

📋 copy color: '#D94D3E'

red 217 ◦ green 77 ◦ blue 62

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

Shades of Cinnabar #D94D3E

Tints of Cinnabar #D94D3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 17.42%

R = 60.96%
G = 21.63%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#D94D3E (or 0xD94D3E) is known color: Cinnabar. HEX triplet: D9, 4D and 3E. RGB value is (217,77,62). Sum of RGB (Red+Green+Blue) = 217+77+62=356 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.96% from 356); Green value is 77 (30.47% from 255 or 21.63% from 356); Blue value is 62 (24.61% from 255 or 17.42% from 356); Max value from RGB is 217 - color contains mainly: red. Hex color #D94D3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D94D3E is #26B2C1. Grayscale: #757575. Windows color (decimal): -2536130 or 4083161. OLE color: 4083161.

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

Color convert

RGB 217 77 62 -
CMYK 0 0.65 0.71 0.15
HSL 5.81º 0.67% 0.55% -
HSV(B) 5.81º 0.71% 0.85% -
XYZ 32.14 20.41 6.8 -
YUV 117.15 96.88 199.22 -
System Red Green Blue C M Y K H S L
Decimal 217 77 62 0 0.65 0.71 0.15 5.81 0.67 0.55
Hex D9 4D 3E 0 41 47 F 6 43 37
Octal 331 115 76 0 101 107 17 6 103 67
Binary 11011001 1001101 111110 0 1000001 1000111 1111 110 1000011 110111

Color Harmonies of #D94D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94D3E

Black with #D94D3E

Text Example


Text Example

White with #D94D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94D3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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