Html Css Color HEX #D94C2F Cinnabar

📋 copy color: '#D94C2F'

red 217 ◦ green 76 ◦ blue 47

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

Shades of Cinnabar #D94C2F

Tints of Cinnabar #D94C2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.82%

R = 63.82%
G = 22.35%
B = 13.82%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D94C2F (or 0xD94C2F) is known color: Cinnabar. HEX triplet: D9, 4C and 2F. RGB value is (217,76,47). Sum of RGB (Red+Green+Blue) = 217+76+47=340 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.82% from 340); Green value is 76 (30.08% from 255 or 22.35% from 340); Blue value is 47 (18.75% from 255 or 13.82% from 340); Max value from RGB is 217 - color contains mainly: red. Hex color #D94C2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94C2F is #26B3D0. Grayscale: #737373. Windows color (decimal): -2536401 or 3099865. OLE color: 3099865.

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

Color convert

RGB 217 76 47 -
CMYK 0 0.65 0.78 0.15
HSL 10.24º 0.69% 0.52% -
HSV(B) 10.24º 0.78% 0.85% -
XYZ 31.71 20.13 4.9 -
YUV 114.85 89.71 200.86 -
System Red Green Blue C M Y K H S L
Decimal 217 76 47 0 0.65 0.78 0.15 10.24 0.69 0.52
Hex D9 4C 2F 0 41 4E F A 45 34
Octal 331 114 57 0 101 116 17 12 105 64
Binary 11011001 1001100 101111 0 1000001 1001110 1111 1010 1000101 110100

Color Harmonies of #D94C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94C2F

Black with #D94C2F

Text Example


Text Example

White with #D94C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94C2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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