Html Css Color HEX #D94238 Cinnabar

📋 copy color: '#D94238'

red 217 ◦ green 66 ◦ blue 56

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

Shades of Cinnabar #D94238

Tints of Cinnabar #D94238

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 16.52%

R = 64.01%
G = 19.47%
B = 16.52%

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

#D94238 (or 0xD94238) is known color: Cinnabar. HEX triplet: D9, 42 and 38. RGB value is (217,66,56). Sum of RGB (Red+Green+Blue) = 217+66+56=339 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.01% from 339); Green value is 66 (26.17% from 255 or 19.47% from 339); Blue value is 56 (22.27% from 255 or 16.52% from 339); Max value from RGB is 217 - color contains mainly: red. Hex color #D94238 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94238 is #26BDC7. Grayscale: #6E6E6E. Windows color (decimal): -2538952 or 3687129. OLE color: 3687129.

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

Color convert

RGB 217 66 56 -
CMYK 0 0.70 0.74 0.15
HSL 3.73º 0.68% 0.54% -
HSV(B) 3.73º 0.74% 0.85% -
XYZ 31.28 18.93 5.75 -
YUV 110.01 97.53 204.31 -
System Red Green Blue C M Y K H S L
Decimal 217 66 56 0 0.70 0.74 0.15 3.73 0.68 0.54
Hex D9 42 38 0 46 4A F 4 44 36
Octal 331 102 70 0 106 112 17 4 104 66
Binary 11011001 1000010 111000 0 1000110 1001010 1111 100 1000100 110110

Color Harmonies of #D94238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94238

Black with #D94238

Text Example


Text Example

White with #D94238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94238; }

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

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

background-color css

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

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

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

border-color css

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

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

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