Html Css Color HEX #D15330 Chilean Fire

📋 copy color: '#D15330'

red 209 ◦ green 83 ◦ blue 48

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

Shades of Chilean Fire #D15330

Tints of Chilean Fire #D15330

RGB

 RED value IS 209 (82.03% from 255) = 61.47%

 GREEN value IS 83 (32.81% from 255) = 24.41%

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

R = 61.47%
G = 24.41%
B = 14.12%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D15330 (or 0xD15330) is known color: Chilean Fire. HEX triplet: D1, 53 and 30. RGB value is (209,83,48). Sum of RGB (Red+Green+Blue) = 209+83+48=340 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.47% from 340); Green value is 83 (32.81% from 255 or 24.41% from 340); Blue value is 48 (19.14% from 255 or 14.12% from 340); Max value from RGB is 209 - color contains mainly: red. Hex color #D15330 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15330 is #2EACCF. Grayscale: #747474. Windows color (decimal): -3058896 or 3167185. OLE color: 3167185.

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

Color convert

RGB 209 83 48 -
CMYK 0 0.60 0.77 0.18
HSL 13.04º 0.64% 0.5% -
HSV(B) 13.04º 0.77% 0.82% -
XYZ 29.92 19.96 5.07 -
YUV 116.68 89.24 193.85 -
System Red Green Blue C M Y K H S L
Decimal 209 83 48 0 0.60 0.77 0.18 13.04 0.64 0.5
Hex D1 53 30 0 3C 4D 12 D 40 32
Octal 321 123 60 0 74 115 22 15 100 62
Binary 11010001 1010011 110000 0 111100 1001101 10010 1101 1000000 110010

Color Harmonies of #D15330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15330

Black with #D15330

Text Example


Text Example

White with #D15330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15330; }

 p { color: rgb(209,83,48); }

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

background-color css

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

 a { background-color: rgb(209,83,48); }

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

border-color css

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

 span { border-color: rgb(209,83,48); }

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