Html Css Color HEX #D75427 Chilean Fire

📋 copy color: '#D75427'

red 215 ◦ green 84 ◦ blue 39

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

Shades of Chilean Fire #D75427

Tints of Chilean Fire #D75427

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.85%

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

R = 63.61%
G = 24.85%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D75427 (or 0xD75427) is known color: Chilean Fire. HEX triplet: D7, 54 and 27. RGB value is (215,84,39). Sum of RGB (Red+Green+Blue) = 215+84+39=338 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.61% from 338); Green value is 84 (33.20% from 255 or 24.85% from 338); Blue value is 39 (15.62% from 255 or 11.54% from 338); Max value from RGB is 215 - color contains mainly: red. Hex color #D75427 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75427 is #28ABD8. Grayscale: #767676. Windows color (decimal): -2665433 or 2577623. OLE color: 2577623.

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

Color convert

RGB 215 84 39 -
CMYK 0 0.61 0.82 0.16
HSL 15.34º 0.69% 0.5% -
HSV(B) 15.34º 0.82% 0.84% -
XYZ 31.56 20.93 4.3 -
YUV 118.04 83.4 197.16 -
System Red Green Blue C M Y K H S L
Decimal 215 84 39 0 0.61 0.82 0.16 15.34 0.69 0.5
Hex D7 54 27 0 3D 52 10 F 45 32
Octal 327 124 47 0 75 122 20 17 105 62
Binary 11010111 1010100 100111 0 111101 1010010 10000 1111 1000101 110010

Color Harmonies of #D75427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75427

Black with #D75427

Text Example


Text Example

White with #D75427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75427; }

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

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

background-color css

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

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

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

border-color css

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

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

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