Html Css Color HEX #D75027 Chilean Fire

📋 copy color: '#D75027'

red 215 ◦ green 80 ◦ blue 39

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

Shades of Chilean Fire #D75027

Tints of Chilean Fire #D75027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.68%

R = 64.37%
G = 23.95%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D75027 (or 0xD75027) is known color: Chilean Fire. HEX triplet: D7, 50 and 27. RGB value is (215,80,39). Sum of RGB (Red+Green+Blue) = 215+80+39=334 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.37% from 334); Green value is 80 (31.64% from 255 or 23.95% from 334); Blue value is 39 (15.62% from 255 or 11.68% from 334); Max value from RGB is 215 - color contains mainly: red. Hex color #D75027 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75027 is #28AFD8. Grayscale: #737373. Windows color (decimal): -2666457 or 2576599. OLE color: 2576599.

HSL color Cylindrical-coordinate representation of color #D75027: hue angle of 13.98º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D75027 is Cyan = 0, Magento = 0.63, Yellow = 0.82 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 80 39 -
CMYK 0 0.63 0.82 0.16
HSL 13.98º 0.69% 0.5% -
HSV(B) 13.98º 0.82% 0.84% -
XYZ 31.26 20.33 4.2 -
YUV 115.69 84.73 198.83 -
System Red Green Blue C M Y K H S L
Decimal 215 80 39 0 0.63 0.82 0.16 13.98 0.69 0.5
Hex D7 50 27 0 3F 52 10 E 45 32
Octal 327 120 47 0 77 122 20 16 105 62
Binary 11010111 1010000 100111 0 111111 1010010 10000 1110 1000101 110010

Color Harmonies of #D75027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75027

Black with #D75027

Text Example


Text Example

White with #D75027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75027; }

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

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

background-color css

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

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

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

border-color css

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

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

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