Html Css Color HEX #D2511F Chilean Fire

📋 copy color: '#D2511F'

red 210 ◦ green 81 ◦ blue 31

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

Shades of Chilean Fire #D2511F

Tints of Chilean Fire #D2511F

RGB

 RED value IS 210 (82.42% from 255) = 65.22%

 GREEN value IS 81 (32.03% from 255) = 25.16%

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

R = 65.22%
G = 25.16%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D2511F (or 0xD2511F) is known color: Chilean Fire. HEX triplet: D2, 51 and 1F. RGB value is (210,81,31). Sum of RGB (Red+Green+Blue) = 210+81+31=322 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.22% from 322); Green value is 81 (32.03% from 255 or 25.16% from 322); Blue value is 31 (12.5% from 255 or 9.63% from 322); Max value from RGB is 210 - color contains mainly: red. Hex color #D2511F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2511F is #2DAEE0. Grayscale: #727272. Windows color (decimal): -2993889 or 2052562. OLE color: 2052562.

HSL color Cylindrical-coordinate representation of color #D2511F: hue angle of 16.76º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D2511F is Cyan = 0, Magento = 0.61, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 81 31 -
CMYK 0 0.61 0.85 0.18
HSL 16.76º 0.74% 0.47% -
HSV(B) 16.76º 0.85% 0.82% -
XYZ 29.77 19.69 3.53 -
YUV 113.87 81.24 196.57 -
System Red Green Blue C M Y K H S L
Decimal 210 81 31 0 0.61 0.85 0.18 16.76 0.74 0.47
Hex D2 51 1F 0 3D 55 12 11 4A 2F
Octal 322 121 37 0 75 125 22 21 112 57
Binary 11010010 1010001 11111 0 111101 1010101 10010 10001 1001010 101111

Color Harmonies of #D2511F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2511F

Black with #D2511F

Text Example


Text Example

White with #D2511F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2511F; }

 p { color: rgb(210,81,31); }

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

background-color css

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

 a { background-color: rgb(210,81,31); }

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

border-color css

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

 span { border-color: rgb(210,81,31); }

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