Html Css Color HEX #D1625F Indian Red

📋 copy color: '#D1625F'

red 209 ◦ green 98 ◦ blue 95

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

Shades of Indian Red #D1625F

Tints of Indian Red #D1625F

RGB

 RED value IS 209 (82.03% from 255) = 51.99%

 GREEN value IS 98 (38.67% from 255) = 24.38%

 BLUE value IS 95 (37.5% from 255) = 23.63%

R = 51.99%
G = 24.38%
B = 23.63%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D1625F (or 0xD1625F) is known color: Indian Red. HEX triplet: D1, 62 and 5F. RGB value is (209,98,95). Sum of RGB (Red+Green+Blue) = 209+98+95=402 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.99% from 402); Green value is 98 (38.67% from 255 or 24.38% from 402); Blue value is 95 (37.5% from 255 or 23.63% from 402); Max value from RGB is 209 - color contains mainly: red. Hex color #D1625F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1625F is #2E9DA0. Grayscale: #828282. Windows color (decimal): -3055009 or 6251217. OLE color: 6251217.

HSL color Cylindrical-coordinate representation of color #D1625F: hue angle of 1.58º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D1625F is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 98 95 -
CMYK 0 0.53 0.55 0.18
HSL 1.58º 0.55% 0.6% -
HSV(B) 1.58º 0.55% 0.82% -
XYZ 32.73 23.12 13.56 -
YUV 130.85 107.77 183.74 -
System Red Green Blue C M Y K H S L
Decimal 209 98 95 0 0.53 0.55 0.18 1.58 0.55 0.6
Hex D1 62 5F 0 35 37 12 2 37 3C
Octal 321 142 137 0 65 67 22 2 67 74
Binary 11010001 1100010 1011111 0 110101 110111 10010 10 110111 111100

Color Harmonies of #D1625F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1625F

Black with #D1625F

Text Example


Text Example

White with #D1625F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1625F; }

 p { color: rgb(209,98,95); }

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

background-color css

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

 a { background-color: rgb(209,98,95); }

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

border-color css

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

 span { border-color: rgb(209,98,95); }

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