Html Css Color HEX #D94231 Cinnabar

📋 copy color: '#D94231'

red 217 ◦ green 66 ◦ blue 49

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

Shades of Cinnabar #D94231

Tints of Cinnabar #D94231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 14.76%

R = 65.36%
G = 19.88%
B = 14.76%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D94231 (or 0xD94231) is known color: Cinnabar. HEX triplet: D9, 42 and 31. RGB value is (217,66,49). Sum of RGB (Red+Green+Blue) = 217+66+49=332 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.36% from 332); Green value is 66 (26.17% from 255 or 19.88% from 332); Blue value is 49 (19.53% from 255 or 14.76% from 332); Max value from RGB is 217 - color contains mainly: red. Hex color #D94231 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94231 is #26BDCE. Grayscale: #6D6D6D. Windows color (decimal): -2538959 or 3228377. OLE color: 3228377.

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

Color convert

RGB 217 66 49 -
CMYK 0 0.70 0.77 0.15
HSL 6.07º 0.69% 0.52% -
HSV(B) 6.07º 0.77% 0.85% -
XYZ 31.12 18.87 4.91 -
YUV 109.21 94.03 204.88 -
System Red Green Blue C M Y K H S L
Decimal 217 66 49 0 0.70 0.77 0.15 6.07 0.69 0.52
Hex D9 42 31 0 46 4D F 6 45 34
Octal 331 102 61 0 106 115 17 6 105 64
Binary 11011001 1000010 110001 0 1000110 1001101 1111 110 1000101 110100

Color Harmonies of #D94231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94231

Black with #D94231

Text Example


Text Example

White with #D94231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94231; }

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

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

background-color css

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

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

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

border-color css

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

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

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