Html Css Color HEX #D2605F Indian Red

📋 copy color: '#D2605F'

red 210 ◦ green 96 ◦ blue 95

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

Shades of Indian Red #D2605F

Tints of Indian Red #D2605F

RGB

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

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

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

R = 52.37%
G = 23.94%
B = 23.69%

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

#D2605F (or 0xD2605F) is known color: Indian Red. HEX triplet: D2, 60 and 5F. RGB value is (210,96,95). Sum of RGB (Red+Green+Blue) = 210+96+95=401 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.37% from 401); Green value is 96 (37.89% from 255 or 23.94% from 401); Blue value is 95 (37.5% from 255 or 23.69% from 401); Max value from RGB is 210 - color contains mainly: red. Hex color #D2605F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2605F is #2D9FA0. Grayscale: #828282. Windows color (decimal): -2989985 or 6250706. OLE color: 6250706.

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

Color convert

RGB 210 96 95 -
CMYK 0 0.54 0.55 0.18
HSL 0.52º 0.56% 0.6% -
HSV(B) 0.52º 0.55% 0.82% -
XYZ 32.83 22.89 13.52 -
YUV 129.97 108.27 185.08 -
System Red Green Blue C M Y K H S L
Decimal 210 96 95 0 0.54 0.55 0.18 0.52 0.56 0.6
Hex D2 60 5F 0 36 37 12 1 38 3C
Octal 322 140 137 0 66 67 22 1 70 74
Binary 11010010 1100000 1011111 0 110110 110111 10010 1 111000 111100

Color Harmonies of #D2605F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2605F

Black with #D2605F

Text Example


Text Example

White with #D2605F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2605F; }

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

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

background-color css

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

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

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

border-color css

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

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

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