Html Css Color HEX #D95323 Chilean Fire

📋 copy color: '#D95323'

red 217 ◦ green 83 ◦ blue 35

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

Shades of Chilean Fire #D95323

Tints of Chilean Fire #D95323

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.78%

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

R = 64.78%
G = 24.78%
B = 10.45%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#D95323 (or 0xD95323) is known color: Chilean Fire. HEX triplet: D9, 53 and 23. RGB value is (217,83,35). Sum of RGB (Red+Green+Blue) = 217+83+35=335 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.78% from 335); Green value is 83 (32.81% from 255 or 24.78% from 335); Blue value is 35 (14.06% from 255 or 10.45% from 335); Max value from RGB is 217 - color contains mainly: red. Hex color #D95323 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95323 is #26ACDC. Grayscale: #757575. Windows color (decimal): -2534621 or 2315225. OLE color: 2315225.

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

Color convert

RGB 217 83 35 -
CMYK 0 0.62 0.84 0.15
HSL 15.82º 0.72% 0.49% -
HSV(B) 15.82º 0.84% 0.85% -
XYZ 32.01 21.06 3.97 -
YUV 117.59 81.39 198.9 -
System Red Green Blue C M Y K H S L
Decimal 217 83 35 0 0.62 0.84 0.15 15.82 0.72 0.49
Hex D9 53 23 0 3E 54 F 10 48 31
Octal 331 123 43 0 76 124 17 20 110 61
Binary 11011001 1010011 100011 0 111110 1010100 1111 10000 1001000 110001

Color Harmonies of #D95323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95323

Black with #D95323

Text Example


Text Example

White with #D95323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95323; }

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

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

background-color css

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

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

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

border-color css

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

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

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