Html Css Color HEX #D05935 Chilean Fire

📋 copy color: '#D05935'

red 208 ◦ green 89 ◦ blue 53

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

Shades of Chilean Fire #D05935

Tints of Chilean Fire #D05935

RGB

 RED value IS 208 (81.64% from 255) = 59.43%

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

 BLUE value IS 53 (21.09% from 255) = 15.14%

R = 59.43%
G = 25.43%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D05935 (or 0xD05935) is known color: Chilean Fire. HEX triplet: D0, 59 and 35. RGB value is (208,89,53). Sum of RGB (Red+Green+Blue) = 208+89+53=350 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.43% from 350); Green value is 89 (35.16% from 255 or 25.43% from 350); Blue value is 53 (21.09% from 255 or 15.14% from 350); Max value from RGB is 208 - color contains mainly: red. Hex color #D05935 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D05935 is #2FA6CA. Grayscale: #787878. Windows color (decimal): -3122891 or 3496400. OLE color: 3496400.

HSL color Cylindrical-coordinate representation of color #D05935: hue angle of 13.94º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D05935 is Cyan = 0, Magento = 0.57, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 89 53 -
CMYK 0 0.57 0.75 0.18
HSL 13.94º 0.62% 0.51% -
HSV(B) 13.94º 0.75% 0.82% -
XYZ 30.23 20.81 5.79 -
YUV 120.48 89.92 190.43 -
System Red Green Blue C M Y K H S L
Decimal 208 89 53 0 0.57 0.75 0.18 13.94 0.62 0.51
Hex D0 59 35 0 39 4B 12 E 3E 33
Octal 320 131 65 0 71 113 22 16 76 63
Binary 11010000 1011001 110101 0 111001 1001011 10010 1110 111110 110011

Color Harmonies of #D05935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05935

Black with #D05935

Text Example


Text Example

White with #D05935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05935; }

 p { color: rgb(208,89,53); }

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

background-color css

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

 a { background-color: rgb(208,89,53); }

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

border-color css

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

 span { border-color: rgb(208,89,53); }

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