Html Css Color HEX #D75831 Chilean Fire

📋 copy color: '#D75831'

red 215 ◦ green 88 ◦ blue 49

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

Shades of Chilean Fire #D75831

Tints of Chilean Fire #D75831

RGB

 RED value IS 215 (84.38% from 255) = 61.08%

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

 BLUE value IS 49 (19.53% from 255) = 13.92%

R = 61.08%
G = 25%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D75831 (or 0xD75831) is known color: Chilean Fire. HEX triplet: D7, 58 and 31. RGB value is (215,88,49). Sum of RGB (Red+Green+Blue) = 215+88+49=352 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.08% from 352); Green value is 88 (34.77% from 255 or 25% from 352); Blue value is 49 (19.53% from 255 or 13.92% from 352); Max value from RGB is 215 - color contains mainly: red. Hex color #D75831 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75831 is #28A7CE. Grayscale: #797979. Windows color (decimal): -2664399 or 3234007. OLE color: 3234007.

HSL color Cylindrical-coordinate representation of color #D75831: hue angle of 14.1º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D75831 is Cyan = 0, Magento = 0.59, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 88 49 -
CMYK 0 0.59 0.77 0.16
HSL 14.1º 0.67% 0.52% -
HSV(B) 14.1º 0.77% 0.84% -
XYZ 32.07 21.65 5.39 -
YUV 121.53 87.08 194.67 -
System Red Green Blue C M Y K H S L
Decimal 215 88 49 0 0.59 0.77 0.16 14.1 0.67 0.52
Hex D7 58 31 0 3B 4D 10 E 43 34
Octal 327 130 61 0 73 115 20 16 103 64
Binary 11010111 1011000 110001 0 111011 1001101 10000 1110 1000011 110100

Color Harmonies of #D75831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75831

Black with #D75831

Text Example


Text Example

White with #D75831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75831; }

 p { color: rgb(215,88,49); }

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

background-color css

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

 a { background-color: rgb(215,88,49); }

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

border-color css

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

 span { border-color: rgb(215,88,49); }

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