Html Css Color HEX #D94923 Cinnabar

📋 copy color: '#D94923'

red 217 ◦ green 73 ◦ blue 35

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

Shades of Cinnabar #D94923

Tints of Cinnabar #D94923

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 10.77%

R = 66.77%
G = 22.46%
B = 10.77%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#D94923 (or 0xD94923) is known color: Cinnabar. HEX triplet: D9, 49 and 23. RGB value is (217,73,35). Sum of RGB (Red+Green+Blue) = 217+73+35=325 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.77% from 325); Green value is 73 (28.91% from 255 or 22.46% from 325); Blue value is 35 (14.06% from 255 or 10.77% from 325); Max value from RGB is 217 - color contains mainly: red. Hex color #D94923 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94923 is #26B6DC. Grayscale: #707070. Windows color (decimal): -2537181 or 2312665. OLE color: 2312665.

HSL color Cylindrical-coordinate representation of color #D94923: hue angle of 12.53º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D94923 is Cyan = 0, Magento = 0.66, Yellow = 0.84 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 73 35 -
CMYK 0 0.66 0.84 0.15
HSL 12.53º 0.72% 0.49% -
HSV(B) 12.53º 0.84% 0.85% -
XYZ 31.3 19.64 3.73 -
YUV 111.72 84.71 203.09 -
System Red Green Blue C M Y K H S L
Decimal 217 73 35 0 0.66 0.84 0.15 12.53 0.72 0.49
Hex D9 49 23 0 42 54 F D 48 31
Octal 331 111 43 0 102 124 17 15 110 61
Binary 11011001 1001001 100011 0 1000010 1010100 1111 1101 1001000 110001

Color Harmonies of #D94923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94923

Black with #D94923

Text Example


Text Example

White with #D94923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94923; }

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

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

background-color css

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

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

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

border-color css

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

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

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