Html Css Color HEX #D94C3E Cinnabar

📋 copy color: '#D94C3E'

red 217 ◦ green 76 ◦ blue 62

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

Shades of Cinnabar #D94C3E

Tints of Cinnabar #D94C3E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.41%

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

R = 61.13%
G = 21.41%
B = 17.46%

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

#D94C3E (or 0xD94C3E) is known color: Cinnabar. HEX triplet: D9, 4C and 3E. RGB value is (217,76,62). Sum of RGB (Red+Green+Blue) = 217+76+62=355 (47% of max value = 765). Red value is 217 (85.16% from 255 or 61.13% from 355); Green value is 76 (30.08% from 255 or 21.41% from 355); Blue value is 62 (24.61% from 255 or 17.46% from 355); Max value from RGB is 217 - color contains mainly: red. Hex color #D94C3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94C3E is #26B3C1. Grayscale: #747474. Windows color (decimal): -2536386 or 4082905. OLE color: 4082905.

HSL color Cylindrical-coordinate representation of color #D94C3E: hue angle of 5.42º 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 #D94C3E is Cyan = 0, Magento = 0.65, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 76 62 -
CMYK 0 0.65 0.71 0.15
HSL 5.42º 0.67% 0.55% -
HSV(B) 5.42º 0.71% 0.85% -
XYZ 32.07 20.27 6.78 -
YUV 116.56 97.21 199.64 -
System Red Green Blue C M Y K H S L
Decimal 217 76 62 0 0.65 0.71 0.15 5.42 0.67 0.55
Hex D9 4C 3E 0 41 47 F 5 43 37
Octal 331 114 76 0 101 107 17 5 103 67
Binary 11011001 1001100 111110 0 1000001 1000111 1111 101 1000011 110111

Color Harmonies of #D94C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94C3E

Black with #D94C3E

Text Example


Text Example

White with #D94C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94C3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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