Html Css Color HEX #D75136 Chilean Fire

📋 copy color: '#D75136'

red 215 ◦ green 81 ◦ blue 54

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

Shades of Chilean Fire #D75136

Tints of Chilean Fire #D75136

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.14%

 BLUE value IS 54 (21.48% from 255) = 15.43%

R = 61.43%
G = 23.14%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D75136 (or 0xD75136) is known color: Chilean Fire. HEX triplet: D7, 51 and 36. RGB value is (215,81,54). Sum of RGB (Red+Green+Blue) = 215+81+54=350 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.43% from 350); Green value is 81 (32.03% from 255 or 23.14% from 350); Blue value is 54 (21.48% from 255 or 15.43% from 350); Max value from RGB is 215 - color contains mainly: red. Hex color #D75136 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75136 is #28AEC9. Grayscale: #767676. Windows color (decimal): -2666186 or 3559895. OLE color: 3559895.

HSL color Cylindrical-coordinate representation of color #D75136: hue angle of 10.06º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D75136 is Cyan = 0, Magento = 0.62, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 81 54 -
CMYK 0 0.62 0.75 0.16
HSL 10.06º 0.67% 0.53% -
HSV(B) 10.06º 0.75% 0.84% -
XYZ 31.63 20.6 5.8 -
YUV 117.99 91.89 197.2 -
System Red Green Blue C M Y K H S L
Decimal 215 81 54 0 0.62 0.75 0.16 10.06 0.67 0.53
Hex D7 51 36 0 3E 4B 10 A 43 35
Octal 327 121 66 0 76 113 20 12 103 65
Binary 11010111 1010001 110110 0 111110 1001011 10000 1010 1000011 110101

Color Harmonies of #D75136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75136

Black with #D75136

Text Example


Text Example

White with #D75136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75136; }

 p { color: rgb(215,81,54); }

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

background-color css

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

 a { background-color: rgb(215,81,54); }

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

border-color css

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

 span { border-color: rgb(215,81,54); }

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