Html Css Color HEX #D74F1F Chilean Fire

📋 copy color: '#D74F1F'

red 215 ◦ green 79 ◦ blue 31

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

Shades of Chilean Fire #D74F1F

Tints of Chilean Fire #D74F1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.54%

R = 66.15%
G = 24.31%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D74F1F (or 0xD74F1F) is known color: Chilean Fire. HEX triplet: D7, 4F and 1F. RGB value is (215,79,31). Sum of RGB (Red+Green+Blue) = 215+79+31=325 (43% of max value = 765). Red value is 215 (84.38% from 255 or 66.15% from 325); Green value is 79 (31.25% from 255 or 24.31% from 325); Blue value is 31 (12.5% from 255 or 9.54% from 325); Max value from RGB is 215 - color contains mainly: red. Hex color #D74F1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D74F1F is #28B0E0. Grayscale: #727272. Windows color (decimal): -2666721 or 2052055. OLE color: 2052055.

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

Color convert

RGB 215 79 31 -
CMYK 0 0.63 0.86 0.16
HSL 15.65º 0.75% 0.48% -
HSV(B) 15.65º 0.86% 0.84% -
XYZ 31.07 20.14 3.55 -
YUV 114.19 81.06 199.9 -
System Red Green Blue C M Y K H S L
Decimal 215 79 31 0 0.63 0.86 0.16 15.65 0.75 0.48
Hex D7 4F 1F 0 3F 56 10 10 4B 30
Octal 327 117 37 0 77 126 20 20 113 60
Binary 11010111 1001111 11111 0 111111 1010110 10000 10000 1001011 110000

Color Harmonies of #D74F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74F1F

Black with #D74F1F

Text Example


Text Example

White with #D74F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74F1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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