Html Css Color HEX #D95223 Chilean Fire

📋 copy color: '#D95223'

red 217 ◦ green 82 ◦ blue 35

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

Shades of Chilean Fire #D95223

Tints of Chilean Fire #D95223

RGB

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

 GREEN value IS 82 (32.42% from 255) = 24.55%

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

R = 64.97%
G = 24.55%
B = 10.48%

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

#D95223 (or 0xD95223) is known color: Chilean Fire. HEX triplet: D9, 52 and 23. RGB value is (217,82,35). Sum of RGB (Red+Green+Blue) = 217+82+35=334 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.97% from 334); Green value is 82 (32.42% from 255 or 24.55% from 334); Blue value is 35 (14.06% from 255 or 10.48% from 334); Max value from RGB is 217 - color contains mainly: red. Hex color #D95223 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95223 is #26ADDC. Grayscale: #757575. Windows color (decimal): -2534877 or 2314969. OLE color: 2314969.

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

Color convert

RGB 217 82 35 -
CMYK 0 0.62 0.84 0.15
HSL 15.49º 0.72% 0.49% -
HSV(B) 15.49º 0.84% 0.85% -
XYZ 31.94 20.91 3.94 -
YUV 117.01 81.73 199.32 -
System Red Green Blue C M Y K H S L
Decimal 217 82 35 0 0.62 0.84 0.15 15.49 0.72 0.49
Hex D9 52 23 0 3E 54 F F 48 31
Octal 331 122 43 0 76 124 17 17 110 61
Binary 11011001 1010010 100011 0 111110 1010100 1111 1111 1001000 110001

Color Harmonies of #D95223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95223

Black with #D95223

Text Example


Text Example

White with #D95223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95223; }

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

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

background-color css

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

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

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

border-color css

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

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

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