Html Css Color HEX #D94323 Cinnabar

📋 copy color: '#D94323'

red 217 ◦ green 67 ◦ blue 35

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

Shades of Cinnabar #D94323

Tints of Cinnabar #D94323

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21%

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

R = 68.03%
G = 21%
B = 10.97%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#D94323 (or 0xD94323) is known color: Cinnabar. HEX triplet: D9, 43 and 23. RGB value is (217,67,35). Sum of RGB (Red+Green+Blue) = 217+67+35=319 (42% of max value = 765). Red value is 217 (85.16% from 255 or 68.03% from 319); Green value is 67 (26.56% from 255 or 21.00% from 319); Blue value is 35 (14.06% from 255 or 10.97% from 319); Max value from RGB is 217 - color contains mainly: red. Hex color #D94323 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94323 is #26BCDC. Grayscale: #6C6C6C. Windows color (decimal): -2538717 or 2311129. OLE color: 2311129.

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

Color convert

RGB 217 67 35 -
CMYK 0 0.69 0.84 0.15
HSL 10.55º 0.72% 0.49% -
HSV(B) 10.55º 0.84% 0.85% -
XYZ 30.93 18.89 3.61 -
YUV 108.2 86.7 205.6 -
System Red Green Blue C M Y K H S L
Decimal 217 67 35 0 0.69 0.84 0.15 10.55 0.72 0.49
Hex D9 43 23 0 45 54 F B 48 31
Octal 331 103 43 0 105 124 17 13 110 61
Binary 11011001 1000011 100011 0 1000101 1010100 1111 1011 1001000 110001

Color Harmonies of #D94323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94323

Black with #D94323

Text Example


Text Example

White with #D94323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94323; }

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

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

background-color css

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

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

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

border-color css

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

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

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