Html Css Color HEX #D15334 Chilean Fire

📋 copy color: '#D15334'

red 209 ◦ green 83 ◦ blue 52

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

Shades of Chilean Fire #D15334

Tints of Chilean Fire #D15334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 15.12%

R = 60.76%
G = 24.13%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D15334 (or 0xD15334) is known color: Chilean Fire. HEX triplet: D1, 53 and 34. RGB value is (209,83,52). Sum of RGB (Red+Green+Blue) = 209+83+52=344 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.76% from 344); Green value is 83 (32.81% from 255 or 24.13% from 344); Blue value is 52 (20.70% from 255 or 15.12% from 344); Max value from RGB is 209 - color contains mainly: red. Hex color #D15334 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15334 is #2EACCB. Grayscale: #757575. Windows color (decimal): -3058892 or 3429329. OLE color: 3429329.

HSL color Cylindrical-coordinate representation of color #D15334: hue angle of 11.85º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D15334 is Cyan = 0, Magento = 0.60, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 83 52 -
CMYK 0 0.60 0.75 0.18
HSL 11.85º 0.63% 0.51% -
HSV(B) 11.85º 0.75% 0.82% -
XYZ 30.01 19.99 5.53 -
YUV 117.14 91.24 193.52 -
System Red Green Blue C M Y K H S L
Decimal 209 83 52 0 0.60 0.75 0.18 11.85 0.63 0.51
Hex D1 53 34 0 3C 4B 12 C 3F 33
Octal 321 123 64 0 74 113 22 14 77 63
Binary 11010001 1010011 110100 0 111100 1001011 10010 1100 111111 110011

Color Harmonies of #D15334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15334

Black with #D15334

Text Example


Text Example

White with #D15334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15334; }

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

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

background-color css

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

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

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

border-color css

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

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

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