Html Css Color HEX #D95022 Chilean Fire

📋 copy color: '#D95022'

red 217 ◦ green 80 ◦ blue 34

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

Shades of Chilean Fire #D95022

Tints of Chilean Fire #D95022

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.17%

 BLUE value IS 34 (13.67% from 255) = 10.27%

R = 65.56%
G = 24.17%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#D95022 (or 0xD95022) is known color: Chilean Fire. HEX triplet: D9, 50 and 22. RGB value is (217,80,34). Sum of RGB (Red+Green+Blue) = 217+80+34=331 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.56% from 331); Green value is 80 (31.64% from 255 or 24.17% from 331); Blue value is 34 (13.67% from 255 or 10.27% from 331); Max value from RGB is 217 - color contains mainly: red. Hex color #D95022 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95022 is #26AFDD. Grayscale: #747474. Windows color (decimal): -2535390 or 2248921. OLE color: 2248921.

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

Color convert

RGB 217 80 34 -
CMYK 0 0.63 0.84 0.15
HSL 15.08º 0.73% 0.49% -
HSV(B) 15.08º 0.84% 0.85% -
XYZ 31.77 20.6 3.82 -
YUV 115.72 81.89 200.24 -
System Red Green Blue C M Y K H S L
Decimal 217 80 34 0 0.63 0.84 0.15 15.08 0.73 0.49
Hex D9 50 22 0 3F 54 F F 49 31
Octal 331 120 42 0 77 124 17 17 111 61
Binary 11011001 1010000 100010 0 111111 1010100 1111 1111 1001001 110001

Color Harmonies of #D95022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95022

Black with #D95022

Text Example


Text Example

White with #D95022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95022; }

 p { color: rgb(217,80,34); }

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

background-color css

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

 a { background-color: rgb(217,80,34); }

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

border-color css

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

 span { border-color: rgb(217,80,34); }

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