Html Css Color HEX #D94940 Cinnabar

📋 copy color: '#D94940'

red 217 ◦ green 73 ◦ blue 64

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

Shades of Cinnabar #D94940

Tints of Cinnabar #D94940

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.62%

 BLUE value IS 64 (25.39% from 255) = 18.08%

R = 61.3%
G = 20.62%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#D94940 (or 0xD94940) is known color: Cinnabar. HEX triplet: D9, 49 and 40. RGB value is (217,73,64). Sum of RGB (Red+Green+Blue) = 217+73+64=354 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.30% from 354); Green value is 73 (28.91% from 255 or 20.62% from 354); Blue value is 64 (25.39% from 255 or 18.08% from 354); Max value from RGB is 217 - color contains mainly: red. Hex color #D94940 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94940 is #26B6BF. Grayscale: #737373. Windows color (decimal): -2537152 or 4213209. OLE color: 4213209.

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

Color convert

RGB 217 73 64 -
CMYK 0 0.66 0.71 0.15
HSL 3.53º 0.67% 0.55% -
HSV(B) 3.53º 0.71% 0.85% -
XYZ 31.92 19.89 7.01 -
YUV 115.03 99.21 200.73 -
System Red Green Blue C M Y K H S L
Decimal 217 73 64 0 0.66 0.71 0.15 3.53 0.67 0.55
Hex D9 49 40 0 42 47 F 4 43 37
Octal 331 111 100 0 102 107 17 4 103 67
Binary 11011001 1001001 1000000 0 1000010 1000111 1111 100 1000011 110111

Color Harmonies of #D94940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94940

Black with #D94940

Text Example


Text Example

White with #D94940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94940; }

 p { color: rgb(217,73,64); }

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

background-color css

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

 a { background-color: rgb(217,73,64); }

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

border-color css

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

 span { border-color: rgb(217,73,64); }

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