Html Css Color HEX #D35526 Chilean Fire

📋 copy color: '#D35526'

red 211 ◦ green 85 ◦ blue 38

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

Shades of Chilean Fire #D35526

Tints of Chilean Fire #D35526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 11.38%

R = 63.17%
G = 25.45%
B = 11.38%

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

#D35526 (or 0xD35526) is known color: Chilean Fire. HEX triplet: D3, 55 and 26. RGB value is (211,85,38). Sum of RGB (Red+Green+Blue) = 211+85+38=334 (44% of max value = 765). Red value is 211 (82.81% from 255 or 63.17% from 334); Green value is 85 (33.59% from 255 or 25.45% from 334); Blue value is 38 (15.23% from 255 or 11.38% from 334); Max value from RGB is 211 - color contains mainly: red. Hex color #D35526 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D35526 is #2CAAD9. Grayscale: #757575. Windows color (decimal): -2927322 or 2512339. OLE color: 2512339.

HSL color Cylindrical-coordinate representation of color #D35526: hue angle of 16.3º degrees, saturation: 0.69, 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 #D35526 is Cyan = 0, Magento = 0.60, Yellow = 0.82 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 85 38 -
CMYK 0 0.60 0.82 0.17
HSL 16.3º 0.69% 0.49% -
HSV(B) 16.3º 0.82% 0.83% -
XYZ 30.46 20.49 4.18 -
YUV 117.32 83.24 194.82 -
System Red Green Blue C M Y K H S L
Decimal 211 85 38 0 0.60 0.82 0.17 16.3 0.69 0.49
Hex D3 55 26 0 3C 52 11 10 45 31
Octal 323 125 46 0 74 122 21 20 105 61
Binary 11010011 1010101 100110 0 111100 1010010 10001 10000 1000101 110001

Color Harmonies of #D35526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35526

Black with #D35526

Text Example


Text Example

White with #D35526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35526; }

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

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

background-color css

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

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

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

border-color css

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

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

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