Html Css Color HEX #D94023 Cinnabar

📋 copy color: '#D94023'

red 217 ◦ green 64 ◦ blue 35

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

Shades of Cinnabar #D94023

Tints of Cinnabar #D94023

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.25%

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

R = 68.67%
G = 20.25%
B = 11.08%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#D94023 (or 0xD94023) is known color: Cinnabar. HEX triplet: D9, 40 and 23. RGB value is (217,64,35). Sum of RGB (Red+Green+Blue) = 217+64+35=316 (41% of max value = 765). Red value is 217 (85.16% from 255 or 68.67% from 316); Green value is 64 (25.39% from 255 or 20.25% from 316); Blue value is 35 (14.06% from 255 or 11.08% from 316); Max value from RGB is 217 - color contains mainly: red. Hex color #D94023 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94023 is #26BFDC. Grayscale: #6A6A6A. Windows color (decimal): -2539485 or 2310361. OLE color: 2310361.

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

Color convert

RGB 217 64 35 -
CMYK 0 0.71 0.84 0.15
HSL 9.56º 0.72% 0.49% -
HSV(B) 9.56º 0.84% 0.85% -
XYZ 30.75 18.54 3.55 -
YUV 106.44 87.69 206.86 -
System Red Green Blue C M Y K H S L
Decimal 217 64 35 0 0.71 0.84 0.15 9.56 0.72 0.49
Hex D9 40 23 0 47 54 F A 48 31
Octal 331 100 43 0 107 124 17 12 110 61
Binary 11011001 1000000 100011 0 1000111 1010100 1111 1010 1001000 110001

Color Harmonies of #D94023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94023

Black with #D94023

Text Example


Text Example

White with #D94023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94023; }

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

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

background-color css

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

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

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

border-color css

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

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

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