Html Css Color HEX #D94E30 Cinnabar

📋 copy color: '#D94E30'

red 217 ◦ green 78 ◦ blue 48

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

Shades of Cinnabar #D94E30

Tints of Cinnabar #D94E30

RGB

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

 GREEN value IS 78 (30.86% from 255) = 22.74%

 BLUE value IS 48 (19.14% from 255) = 13.99%

R = 63.27%
G = 22.74%
B = 13.99%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D94E30 (or 0xD94E30) is known color: Cinnabar. HEX triplet: D9, 4E and 30. RGB value is (217,78,48). Sum of RGB (Red+Green+Blue) = 217+78+48=343 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.27% from 343); Green value is 78 (30.86% from 255 or 22.74% from 343); Blue value is 48 (19.14% from 255 or 13.99% from 343); Max value from RGB is 217 - color contains mainly: red. Hex color #D94E30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D94E30 is #26B1CF. Grayscale: #747474. Windows color (decimal): -2535888 or 3165913. OLE color: 3165913.

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

Color convert

RGB 217 78 48 -
CMYK 0 0.64 0.78 0.15
HSL 10.65º 0.69% 0.52% -
HSV(B) 10.65º 0.78% 0.85% -
XYZ 31.87 20.41 5.06 -
YUV 116.14 89.55 199.94 -
System Red Green Blue C M Y K H S L
Decimal 217 78 48 0 0.64 0.78 0.15 10.65 0.69 0.52
Hex D9 4E 30 0 40 4E F B 45 34
Octal 331 116 60 0 100 116 17 13 105 64
Binary 11011001 1001110 110000 0 1000000 1001110 1111 1011 1000101 110100

Color Harmonies of #D94E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94E30

Black with #D94E30

Text Example


Text Example

White with #D94E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94E30; }

 p { color: rgb(217,78,48); }

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

background-color css

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

 a { background-color: rgb(217,78,48); }

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

border-color css

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

 span { border-color: rgb(217,78,48); }

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