Html Css Color HEX #D05830 Chilean Fire

📋 copy color: '#D05830'

red 208 ◦ green 88 ◦ blue 48

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

Shades of Chilean Fire #D05830

Tints of Chilean Fire #D05830

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.58%

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

R = 60.47%
G = 25.58%
B = 13.95%

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

#D05830 (or 0xD05830) is known color: Chilean Fire. HEX triplet: D0, 58 and 30. RGB value is (208,88,48). Sum of RGB (Red+Green+Blue) = 208+88+48=344 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.47% from 344); Green value is 88 (34.77% from 255 or 25.58% from 344); Blue value is 48 (19.14% from 255 or 13.95% from 344); Max value from RGB is 208 - color contains mainly: red. Hex color #D05830 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D05830 is #2FA7CF. Grayscale: #777777. Windows color (decimal): -3123152 or 3168464. OLE color: 3168464.

HSL color Cylindrical-coordinate representation of color #D05830: hue angle of 15º 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 #D05830 is Cyan = 0, Magento = 0.58, Yellow = 0.77 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 88 48 -
CMYK 0 0.58 0.77 0.18
HSL 15º 0.63% 0.5% -
HSV(B) 15º 0.77% 0.82% -
XYZ 30.04 20.6 5.19 -
YUV 119.32 87.76 191.25 -
System Red Green Blue C M Y K H S L
Decimal 208 88 48 0 0.58 0.77 0.18 15 0.63 0.5
Hex D0 58 30 0 3A 4D 12 F 3F 32
Octal 320 130 60 0 72 115 22 17 77 62
Binary 11010000 1011000 110000 0 111010 1001101 10010 1111 111111 110010

Color Harmonies of #D05830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05830

Black with #D05830

Text Example


Text Example

White with #D05830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05830; }

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

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

background-color css

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

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

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

border-color css

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

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

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