Html Css Color HEX #D35525 Chilean Fire

📋 copy color: '#D35525'

red 211 ◦ green 85 ◦ blue 37

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

Shades of Chilean Fire #D35525

Tints of Chilean Fire #D35525

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.53%

 BLUE value IS 37 (14.84% from 255) = 11.11%

R = 63.36%
G = 25.53%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.82

 K value IS 0.17

RGB Variations

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

Color information

#D35525 (or 0xD35525) is known color: Chilean Fire. HEX triplet: D3, 55 and 25. RGB value is (211,85,37). Sum of RGB (Red+Green+Blue) = 211+85+37=333 (44% of max value = 765). Red value is 211 (82.81% from 255 or 63.36% from 333); Green value is 85 (33.59% from 255 or 25.53% from 333); Blue value is 37 (14.84% from 255 or 11.11% from 333); Max value from RGB is 211 - color contains mainly: red. Hex color #D35525 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D35525 is #2CAADA. Grayscale: #757575. Windows color (decimal): -2927323 or 2446803. OLE color: 2446803.

HSL color Cylindrical-coordinate representation of color #D35525: hue angle of 16.55º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D35525 is Cyan = 0, Magento = 0.60, Yellow = 0.82 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 85 37 -
CMYK 0 0.60 0.82 0.17
HSL 16.55º 0.7% 0.49% -
HSV(B) 16.55º 0.82% 0.83% -
XYZ 30.45 20.48 4.1 -
YUV 117.2 82.74 194.9 -
System Red Green Blue C M Y K H S L
Decimal 211 85 37 0 0.60 0.82 0.17 16.55 0.7 0.49
Hex D3 55 25 0 3C 52 11 11 46 31
Octal 323 125 45 0 74 122 21 21 106 61
Binary 11010011 1010101 100101 0 111100 1010010 10001 10001 1000110 110001

Color Harmonies of #D35525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35525

Black with #D35525

Text Example


Text Example

White with #D35525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35525; }

 p { color: rgb(211,85,37); }

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

background-color css

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

 a { background-color: rgb(211,85,37); }

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

border-color css

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

 span { border-color: rgb(211,85,37); }

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