Html Css Color HEX #D75035 Chilean Fire

📋 copy color: '#D75035'

red 215 ◦ green 80 ◦ blue 53

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

Shades of Chilean Fire #D75035

Tints of Chilean Fire #D75035

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.99%

 BLUE value IS 53 (21.09% from 255) = 15.23%

R = 61.78%
G = 22.99%
B = 15.23%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D75035 (or 0xD75035) is known color: Chilean Fire. HEX triplet: D7, 50 and 35. RGB value is (215,80,53). Sum of RGB (Red+Green+Blue) = 215+80+53=348 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.78% from 348); Green value is 80 (31.64% from 255 or 22.99% from 348); Blue value is 53 (21.09% from 255 or 15.23% from 348); Max value from RGB is 215 - color contains mainly: red. Hex color #D75035 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75035 is #28AFCA. Grayscale: #757575. Windows color (decimal): -2666443 or 3494103. OLE color: 3494103.

HSL color Cylindrical-coordinate representation of color #D75035: hue angle of 10º 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 #D75035 is Cyan = 0, Magento = 0.63, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 80 53 -
CMYK 0 0.63 0.75 0.16
HSL 10º 0.67% 0.53% -
HSV(B) 10º 0.75% 0.84% -
XYZ 31.54 20.44 5.65 -
YUV 117.29 91.73 197.7 -
System Red Green Blue C M Y K H S L
Decimal 215 80 53 0 0.63 0.75 0.16 10 0.67 0.53
Hex D7 50 35 0 3F 4B 10 A 43 35
Octal 327 120 65 0 77 113 20 12 103 65
Binary 11010111 1010000 110101 0 111111 1001011 10000 1010 1000011 110101

Color Harmonies of #D75035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75035

Black with #D75035

Text Example


Text Example

White with #D75035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75035; }

 p { color: rgb(215,80,53); }

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

background-color css

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

 a { background-color: rgb(215,80,53); }

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

border-color css

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

 span { border-color: rgb(215,80,53); }

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