Html Css Color HEX #D75C3A Chilean Fire

📋 copy color: '#D75C3A'

red 215 ◦ green 92 ◦ blue 58

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

Shades of Chilean Fire #D75C3A

Tints of Chilean Fire #D75C3A

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.21%

 BLUE value IS 58 (23.05% from 255) = 15.89%

R = 58.9%
G = 25.21%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D75C3A (or 0xD75C3A) is known color: Chilean Fire. HEX triplet: D7, 5C and 3A. RGB value is (215,92,58). Sum of RGB (Red+Green+Blue) = 215+92+58=365 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.90% from 365); Green value is 92 (36.33% from 255 or 25.21% from 365); Blue value is 58 (23.05% from 255 or 15.89% from 365); Max value from RGB is 215 - color contains mainly: red. Hex color #D75C3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75C3A is #28A3C5. Grayscale: #7D7D7D. Windows color (decimal): -2663366 or 3824855. OLE color: 3824855.

HSL color Cylindrical-coordinate representation of color #D75C3A: hue angle of 12.99º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D75C3A is Cyan = 0, Magento = 0.57, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 92 58 -
CMYK 0 0.57 0.73 0.16
HSL 12.99º 0.66% 0.54% -
HSV(B) 12.99º 0.73% 0.84% -
XYZ 32.62 22.41 6.61 -
YUV 124.9 90.25 192.26 -
System Red Green Blue C M Y K H S L
Decimal 215 92 58 0 0.57 0.73 0.16 12.99 0.66 0.54
Hex D7 5C 3A 0 39 49 10 D 42 36
Octal 327 134 72 0 71 111 20 15 102 66
Binary 11010111 1011100 111010 0 111001 1001001 10000 1101 1000010 110110

Color Harmonies of #D75C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75C3A

Black with #D75C3A

Text Example


Text Example

White with #D75C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75C3A; }

 p { color: rgb(215,92,58); }

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

background-color css

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

 a { background-color: rgb(215,92,58); }

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

border-color css

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

 span { border-color: rgb(215,92,58); }

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