Html Css Color HEX #D85833 Chilean Fire

📋 copy color: '#D85833'

red 216 ◦ green 88 ◦ blue 51

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

Shades of Chilean Fire #D85833

Tints of Chilean Fire #D85833

RGB

 RED value IS 216 (84.77% from 255) = 60.85%

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

 BLUE value IS 51 (20.31% from 255) = 14.37%

R = 60.85%
G = 24.79%
B = 14.37%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#D85833 (or 0xD85833) is known color: Chilean Fire. HEX triplet: D8, 58 and 33. RGB value is (216,88,51). Sum of RGB (Red+Green+Blue) = 216+88+51=355 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.85% from 355); Green value is 88 (34.77% from 255 or 24.79% from 355); Blue value is 51 (20.31% from 255 or 14.37% from 355); Max value from RGB is 216 - color contains mainly: red. Hex color #D85833 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85833 is #27A7CC. Grayscale: #7A7A7A. Windows color (decimal): -2598861 or 3365080. OLE color: 3365080.

HSL color Cylindrical-coordinate representation of color #D85833: hue angle of 13.45º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D85833 is Cyan = 0, Magento = 0.59, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 88 51 -
CMYK 0 0.59 0.76 0.15
HSL 13.45º 0.68% 0.52% -
HSV(B) 13.45º 0.76% 0.85% -
XYZ 32.41 21.82 5.64 -
YUV 122.05 87.91 195.01 -
System Red Green Blue C M Y K H S L
Decimal 216 88 51 0 0.59 0.76 0.15 13.45 0.68 0.52
Hex D8 58 33 0 3B 4C F D 44 34
Octal 330 130 63 0 73 114 17 15 104 64
Binary 11011000 1011000 110011 0 111011 1001100 1111 1101 1000100 110100

Color Harmonies of #D85833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85833

Black with #D85833

Text Example


Text Example

White with #D85833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85833; }

 p { color: rgb(216,88,51); }

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

background-color css

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

 a { background-color: rgb(216,88,51); }

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

border-color css

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

 span { border-color: rgb(216,88,51); }

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