Html Css Color HEX #D95338 Chilean Fire

📋 copy color: '#D95338'

red 217 ◦ green 83 ◦ blue 56

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

Shades of Chilean Fire #D95338

Tints of Chilean Fire #D95338

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 15.73%

R = 60.96%
G = 23.31%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#D95338 (or 0xD95338) is known color: Chilean Fire. HEX triplet: D9, 53 and 38. RGB value is (217,83,56). Sum of RGB (Red+Green+Blue) = 217+83+56=356 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.96% from 356); Green value is 83 (32.81% from 255 or 23.31% from 356); Blue value is 56 (22.27% from 255 or 15.73% from 356); Max value from RGB is 217 - color contains mainly: red. Hex color #D95338 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95338 is #26ACC7. Grayscale: #787878. Windows color (decimal): -2534600 or 3691481. OLE color: 3691481.

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

Color convert

RGB 217 83 56 -
CMYK 0 0.62 0.74 0.15
HSL 10.06º 0.68% 0.54% -
HSV(B) 10.06º 0.74% 0.85% -
XYZ 32.42 21.22 6.13 -
YUV 119.99 91.89 197.2 -
System Red Green Blue C M Y K H S L
Decimal 217 83 56 0 0.62 0.74 0.15 10.06 0.68 0.54
Hex D9 53 38 0 3E 4A F A 44 36
Octal 331 123 70 0 76 112 17 12 104 66
Binary 11011001 1010011 111000 0 111110 1001010 1111 1010 1000100 110110

Color Harmonies of #D95338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95338

Black with #D95338

Text Example


Text Example

White with #D95338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95338; }

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

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

background-color css

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

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

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

border-color css

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

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

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