Html Css Color HEX #D35939 Chilean Fire

📋 copy color: '#D35939'

red 211 ◦ green 89 ◦ blue 57

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

Shades of Chilean Fire #D35939

Tints of Chilean Fire #D35939

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.93%

 BLUE value IS 57 (22.66% from 255) = 15.97%

R = 59.1%
G = 24.93%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.73

 K value IS 0.17

RGB Variations

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

Color information

#D35939 (or 0xD35939) is known color: Chilean Fire. HEX triplet: D3, 59 and 39. RGB value is (211,89,57). Sum of RGB (Red+Green+Blue) = 211+89+57=357 (47% of max value = 765). Red value is 211 (82.81% from 255 or 59.10% from 357); Green value is 89 (35.16% from 255 or 24.93% from 357); Blue value is 57 (22.66% from 255 or 15.97% from 357); Max value from RGB is 211 - color contains mainly: red. Hex color #D35939 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D35939 is #2CA6C6. Grayscale: #7A7A7A. Windows color (decimal): -2926279 or 3758547. OLE color: 3758547.

HSL color Cylindrical-coordinate representation of color #D35939: hue angle of 12.47º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D35939 is Cyan = 0, Magento = 0.58, Yellow = 0.73 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 89 57 -
CMYK 0 0.58 0.73 0.17
HSL 12.47º 0.64% 0.53% -
HSV(B) 12.47º 0.73% 0.83% -
XYZ 31.17 21.29 6.34 -
YUV 121.83 91.42 191.6 -
System Red Green Blue C M Y K H S L
Decimal 211 89 57 0 0.58 0.73 0.17 12.47 0.64 0.53
Hex D3 59 39 0 3A 49 11 C 40 35
Octal 323 131 71 0 72 111 21 14 100 65
Binary 11010011 1011001 111001 0 111010 1001001 10001 1100 1000000 110101

Color Harmonies of #D35939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35939

Black with #D35939

Text Example


Text Example

White with #D35939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35939; }

 p { color: rgb(211,89,57); }

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

background-color css

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

 a { background-color: rgb(211,89,57); }

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

border-color css

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

 span { border-color: rgb(211,89,57); }

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