Html Css Color HEX #D94C2D Cinnabar

📋 copy color: '#D94C2D'

red 217 ◦ green 76 ◦ blue 45

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

Shades of Cinnabar #D94C2D

Tints of Cinnabar #D94C2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.31%

R = 64.2%
G = 22.49%
B = 13.31%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#D94C2D (or 0xD94C2D) is known color: Cinnabar. HEX triplet: D9, 4C and 2D. RGB value is (217,76,45). Sum of RGB (Red+Green+Blue) = 217+76+45=338 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.20% from 338); Green value is 76 (30.08% from 255 or 22.49% from 338); Blue value is 45 (17.97% from 255 or 13.31% from 338); Max value from RGB is 217 - color contains mainly: red. Hex color #D94C2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94C2D is #26B3D2. Grayscale: #727272. Windows color (decimal): -2536403 or 2968793. OLE color: 2968793.

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

Color convert

RGB 217 76 45 -
CMYK 0 0.65 0.79 0.15
HSL 10.81º 0.69% 0.51% -
HSV(B) 10.81º 0.79% 0.85% -
XYZ 31.67 20.11 4.69 -
YUV 114.63 88.71 201.02 -
System Red Green Blue C M Y K H S L
Decimal 217 76 45 0 0.65 0.79 0.15 10.81 0.69 0.51
Hex D9 4C 2D 0 41 4F F B 45 33
Octal 331 114 55 0 101 117 17 13 105 63
Binary 11011001 1001100 101101 0 1000001 1001111 1111 1011 1000101 110011

Color Harmonies of #D94C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94C2D

Black with #D94C2D

Text Example


Text Example

White with #D94C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94C2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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