Html Css Color HEX #D94239 Cinnabar

📋 copy color: '#D94239'

red 217 ◦ green 66 ◦ blue 57

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

Shades of Cinnabar #D94239

Tints of Cinnabar #D94239

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.41%

 BLUE value IS 57 (22.66% from 255) = 16.76%

R = 63.82%
G = 19.41%
B = 16.76%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#D94239 (or 0xD94239) is known color: Cinnabar. HEX triplet: D9, 42 and 39. RGB value is (217,66,57). Sum of RGB (Red+Green+Blue) = 217+66+57=340 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.82% from 340); Green value is 66 (26.17% from 255 or 19.41% from 340); Blue value is 57 (22.66% from 255 or 16.76% from 340); Max value from RGB is 217 - color contains mainly: red. Hex color #D94239 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94239 is #26BDC6. Grayscale: #6E6E6E. Windows color (decimal): -2538951 or 3752665. OLE color: 3752665.

HSL color Cylindrical-coordinate representation of color #D94239: hue angle of 3.38º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D94239 is Cyan = 0, Magento = 0.70, Yellow = 0.74 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 66 57 -
CMYK 0 0.70 0.74 0.15
HSL 3.38º 0.68% 0.54% -
HSV(B) 3.38º 0.74% 0.85% -
XYZ 31.3 18.94 5.88 -
YUV 110.12 98.03 204.23 -
System Red Green Blue C M Y K H S L
Decimal 217 66 57 0 0.70 0.74 0.15 3.38 0.68 0.54
Hex D9 42 39 0 46 4A F 3 44 36
Octal 331 102 71 0 106 112 17 3 104 66
Binary 11011001 1000010 111001 0 1000110 1001010 1111 11 1000100 110110

Color Harmonies of #D94239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94239

Black with #D94239

Text Example


Text Example

White with #D94239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94239; }

 p { color: rgb(217,66,57); }

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

background-color css

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

 a { background-color: rgb(217,66,57); }

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

border-color css

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

 span { border-color: rgb(217,66,57); }

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