Html Css Color HEX #D15430 Chilean Fire

📋 copy color: '#D15430'

red 209 ◦ green 84 ◦ blue 48

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

Shades of Chilean Fire #D15430

Tints of Chilean Fire #D15430

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.63%

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

R = 61.29%
G = 24.63%
B = 14.08%

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

#D15430 (or 0xD15430) is known color: Chilean Fire. HEX triplet: D1, 54 and 30. RGB value is (209,84,48). Sum of RGB (Red+Green+Blue) = 209+84+48=341 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.29% from 341); Green value is 84 (33.20% from 255 or 24.63% from 341); Blue value is 48 (19.14% from 255 or 14.08% from 341); Max value from RGB is 209 - color contains mainly: red. Hex color #D15430 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15430 is #2EABCF. Grayscale: #757575. Windows color (decimal): -3058640 or 3167441. OLE color: 3167441.

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

Color convert

RGB 209 84 48 -
CMYK 0 0.60 0.77 0.18
HSL 13.42º 0.64% 0.5% -
HSV(B) 13.42º 0.77% 0.82% -
XYZ 30 20.11 5.1 -
YUV 117.27 88.91 193.43 -
System Red Green Blue C M Y K H S L
Decimal 209 84 48 0 0.60 0.77 0.18 13.42 0.64 0.5
Hex D1 54 30 0 3C 4D 12 D 40 32
Octal 321 124 60 0 74 115 22 15 100 62
Binary 11010001 1010100 110000 0 111100 1001101 10010 1101 1000000 110010

Color Harmonies of #D15430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15430

Black with #D15430

Text Example


Text Example

White with #D15430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15430; }

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

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

background-color css

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

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

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

border-color css

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

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

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