Html Css Color HEX #D1605F Indian Red

📋 copy color: '#D1605F'

red 209 ◦ green 96 ◦ blue 95

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

Shades of Indian Red #D1605F

Tints of Indian Red #D1605F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24%

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

R = 52.25%
G = 24%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D1605F (or 0xD1605F) is known color: Indian Red. HEX triplet: D1, 60 and 5F. RGB value is (209,96,95). Sum of RGB (Red+Green+Blue) = 209+96+95=400 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.25% from 400); Green value is 96 (37.89% from 255 or 24% from 400); Blue value is 95 (37.5% from 255 or 23.75% from 400); Max value from RGB is 209 - color contains mainly: red. Hex color #D1605F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1605F is #2E9FA0. Grayscale: #818181. Windows color (decimal): -3055521 or 6250705. OLE color: 6250705.

HSL color Cylindrical-coordinate representation of color #D1605F: hue angle of 0.53º 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 #D1605F is Cyan = 0, Magento = 0.54, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 96 95 -
CMYK 0 0.54 0.55 0.18
HSL 0.53º 0.55% 0.6% -
HSV(B) 0.53º 0.55% 0.82% -
XYZ 32.54 22.75 13.5 -
YUV 129.67 108.44 184.58 -
System Red Green Blue C M Y K H S L
Decimal 209 96 95 0 0.54 0.55 0.18 0.53 0.55 0.6
Hex D1 60 5F 0 36 37 12 1 37 3C
Octal 321 140 137 0 66 67 22 1 67 74
Binary 11010001 1100000 1011111 0 110110 110111 10010 1 110111 111100

Color Harmonies of #D1605F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1605F

Black with #D1605F

Text Example


Text Example

White with #D1605F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1605F; }

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

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

background-color css

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

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

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

border-color css

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

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

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