Html Css Color HEX #D36130 Chilean Fire

📋 copy color: '#D36130'

red 211 ◦ green 97 ◦ blue 48

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

Shades of Chilean Fire #D36130

Tints of Chilean Fire #D36130

RGB

 RED value IS 211 (82.81% from 255) = 59.27%

 GREEN value IS 97 (38.28% from 255) = 27.25%

 BLUE value IS 48 (19.14% from 255) = 13.48%

R = 59.27%
G = 27.25%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.77

 K value IS 0.17

RGB Variations

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

Color information

#D36130 (or 0xD36130) is known color: Chilean Fire. HEX triplet: D3, 61 and 30. RGB value is (211,97,48). Sum of RGB (Red+Green+Blue) = 211+97+48=356 (47% of max value = 765). Red value is 211 (82.81% from 255 or 59.27% from 356); Green value is 97 (38.28% from 255 or 27.25% from 356); Blue value is 48 (19.14% from 255 or 13.48% from 356); Max value from RGB is 211 - color contains mainly: red. Hex color #D36130 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D36130 is #2C9ECF. Grayscale: #7D7D7D. Windows color (decimal): -2924240 or 3170771. OLE color: 3170771.

HSL color Cylindrical-coordinate representation of color #D36130: hue angle of 18.04º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D36130 is Cyan = 0, Magento = 0.54, Yellow = 0.77 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 97 48 -
CMYK 0 0.54 0.77 0.17
HSL 18.04º 0.65% 0.51% -
HSV(B) 18.04º 0.77% 0.83% -
XYZ 31.67 22.61 5.49 -
YUV 125.5 84.27 188.98 -
System Red Green Blue C M Y K H S L
Decimal 211 97 48 0 0.54 0.77 0.17 18.04 0.65 0.51
Hex D3 61 30 0 36 4D 11 12 41 33
Octal 323 141 60 0 66 115 21 22 101 63
Binary 11010011 1100001 110000 0 110110 1001101 10001 10010 1000001 110011

Color Harmonies of #D36130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36130

Black with #D36130

Text Example


Text Example

White with #D36130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36130; }

 p { color: rgb(211,97,48); }

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

background-color css

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

 a { background-color: rgb(211,97,48); }

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

border-color css

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

 span { border-color: rgb(211,97,48); }

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