Html Css Color HEX #D75830 Chilean Fire

📋 copy color: '#D75830'

red 215 ◦ green 88 ◦ blue 48

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

Shades of Chilean Fire #D75830

Tints of Chilean Fire #D75830

RGB

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

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

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

R = 61.25%
G = 25.07%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D75830 (or 0xD75830) is known color: Chilean Fire. HEX triplet: D7, 58 and 30. RGB value is (215,88,48). Sum of RGB (Red+Green+Blue) = 215+88+48=351 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.25% from 351); Green value is 88 (34.77% from 255 or 25.07% from 351); Blue value is 48 (19.14% from 255 or 13.68% from 351); Max value from RGB is 215 - color contains mainly: red. Hex color #D75830 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75830 is #28A7CF. Grayscale: #797979. Windows color (decimal): -2664400 or 3168471. OLE color: 3168471.

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

Color convert

RGB 215 88 48 -
CMYK 0 0.59 0.78 0.16
HSL 14.37º 0.68% 0.52% -
HSV(B) 14.37º 0.78% 0.84% -
XYZ 32.05 21.64 5.28 -
YUV 121.41 86.58 194.75 -
System Red Green Blue C M Y K H S L
Decimal 215 88 48 0 0.59 0.78 0.16 14.37 0.68 0.52
Hex D7 58 30 0 3B 4E 10 E 44 34
Octal 327 130 60 0 73 116 20 16 104 64
Binary 11010111 1011000 110000 0 111011 1001110 10000 1110 1000100 110100

Color Harmonies of #D75830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75830

Black with #D75830

Text Example


Text Example

White with #D75830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75830; }

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

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

background-color css

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

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

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

border-color css

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

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

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