Html Css Color HEX #D74F2D Chilean Fire

📋 copy color: '#D74F2D'

red 215 ◦ green 79 ◦ blue 45

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

Shades of Chilean Fire #D74F2D

Tints of Chilean Fire #D74F2D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.3%

 BLUE value IS 45 (17.97% from 255) = 13.27%

R = 63.42%
G = 23.3%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D74F2D (or 0xD74F2D) is known color: Chilean Fire. HEX triplet: D7, 4F and 2D. RGB value is (215,79,45). Sum of RGB (Red+Green+Blue) = 215+79+45=339 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.42% from 339); Green value is 79 (31.25% from 255 or 23.30% from 339); Blue value is 45 (17.97% from 255 or 13.27% from 339); Max value from RGB is 215 - color contains mainly: red. Hex color #D74F2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D74F2D is #28B0D2. Grayscale: #747474. Windows color (decimal): -2666707 or 2969559. OLE color: 2969559.

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

Color convert

RGB 215 79 45 -
CMYK 0 0.63 0.79 0.16
HSL 12º 0.68% 0.51% -
HSV(B) 12º 0.79% 0.84% -
XYZ 31.29 20.23 4.74 -
YUV 115.79 88.06 198.76 -
System Red Green Blue C M Y K H S L
Decimal 215 79 45 0 0.63 0.79 0.16 12 0.68 0.51
Hex D7 4F 2D 0 3F 4F 10 C 44 33
Octal 327 117 55 0 77 117 20 14 104 63
Binary 11010111 1001111 101101 0 111111 1001111 10000 1100 1000100 110011

Color Harmonies of #D74F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74F2D

Black with #D74F2D

Text Example


Text Example

White with #D74F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74F2D; }

 p { color: rgb(215,79,45); }

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

background-color css

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

 a { background-color: rgb(215,79,45); }

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

border-color css

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

 span { border-color: rgb(215,79,45); }

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