Html Css Color HEX #D95321 Chilean Fire

📋 copy color: '#D95321'

red 217 ◦ green 83 ◦ blue 33

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

Shades of Chilean Fire #D95321

Tints of Chilean Fire #D95321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 9.91%

R = 65.17%
G = 24.92%
B = 9.91%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#D95321 (or 0xD95321) is known color: Chilean Fire. HEX triplet: D9, 53 and 21. RGB value is (217,83,33). Sum of RGB (Red+Green+Blue) = 217+83+33=333 (44% of max value = 765). Red value is 217 (85.16% from 255 or 65.17% from 333); Green value is 83 (32.81% from 255 or 24.92% from 333); Blue value is 33 (13.28% from 255 or 9.91% from 333); Max value from RGB is 217 - color contains mainly: red. Hex color #D95321 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95321 is #26ACDE. Grayscale: #757575. Windows color (decimal): -2534623 or 2184153. OLE color: 2184153.

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

Color convert

RGB 217 83 33 -
CMYK 0 0.62 0.85 0.15
HSL 16.3º 0.74% 0.49% -
HSV(B) 16.3º 0.85% 0.85% -
XYZ 31.98 21.05 3.82 -
YUV 117.37 80.39 199.07 -
System Red Green Blue C M Y K H S L
Decimal 217 83 33 0 0.62 0.85 0.15 16.3 0.74 0.49
Hex D9 53 21 0 3E 55 F 10 4A 31
Octal 331 123 41 0 76 125 17 20 112 61
Binary 11011001 1010011 100001 0 111110 1010101 1111 10000 1001010 110001

Color Harmonies of #D95321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95321

Black with #D95321

Text Example


Text Example

White with #D95321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95321; }

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

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

background-color css

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

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

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

border-color css

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

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

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