Html Css Color HEX #D05730 Chilean Fire

📋 copy color: '#D05730'

red 208 ◦ green 87 ◦ blue 48

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

Shades of Chilean Fire #D05730

Tints of Chilean Fire #D05730

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.36%

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

R = 60.64%
G = 25.36%
B = 13.99%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D05730 (or 0xD05730) is known color: Chilean Fire. HEX triplet: D0, 57 and 30. RGB value is (208,87,48). Sum of RGB (Red+Green+Blue) = 208+87+48=343 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.64% from 343); Green value is 87 (34.38% from 255 or 25.36% from 343); Blue value is 48 (19.14% from 255 or 13.99% from 343); Max value from RGB is 208 - color contains mainly: red. Hex color #D05730 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D05730 is #2FA8CF. Grayscale: #777777. Windows color (decimal): -3123408 or 3168208. OLE color: 3168208.

HSL color Cylindrical-coordinate representation of color #D05730: hue angle of 14.62º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D05730 is Cyan = 0, Magento = 0.58, Yellow = 0.77 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 87 48 -
CMYK 0 0.58 0.77 0.18
HSL 14.63º 0.63% 0.5% -
HSV(B) 14.63º 0.77% 0.82% -
XYZ 29.95 20.44 5.16 -
YUV 118.73 88.09 191.67 -
System Red Green Blue C M Y K H S L
Decimal 208 87 48 0 0.58 0.77 0.18 14.63 0.63 0.5
Hex D0 57 30 0 3A 4D 12 F 3F 32
Octal 320 127 60 0 72 115 22 17 77 62
Binary 11010000 1010111 110000 0 111010 1001101 10010 1111 111111 110010

Color Harmonies of #D05730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05730

Black with #D05730

Text Example


Text Example

White with #D05730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05730; }

 p { color: rgb(208,87,48); }

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

background-color css

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

 a { background-color: rgb(208,87,48); }

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

border-color css

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

 span { border-color: rgb(208,87,48); }

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