Html Css Color HEX #D0615D Indian Red

📋 copy color: '#D0615D'

red 208 ◦ green 97 ◦ blue 93

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

Shades of Indian Red #D0615D

Tints of Indian Red #D0615D

RGB

 RED value IS 208 (81.64% from 255) = 52.26%

 GREEN value IS 97 (38.28% from 255) = 24.37%

 BLUE value IS 93 (36.72% from 255) = 23.37%

R = 52.26%
G = 24.37%
B = 23.37%

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

#D0615D (or 0xD0615D) is known color: Indian Red. HEX triplet: D0, 61 and 5D. RGB value is (208,97,93). Sum of RGB (Red+Green+Blue) = 208+97+93=398 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.26% from 398); Green value is 97 (38.28% from 255 or 24.37% from 398); Blue value is 93 (36.72% from 255 or 23.37% from 398); Max value from RGB is 208 - color contains mainly: red. Hex color #D0615D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0615D is #2F9EA2. Grayscale: #818181. Windows color (decimal): -3120803 or 6119888. OLE color: 6119888.

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

Color convert

RGB 208 97 93 -
CMYK 0 0.53 0.55 0.18
HSL 2.09º 0.55% 0.59% -
HSV(B) 2.09º 0.55% 0.82% -
XYZ 32.26 22.75 13.05 -
YUV 129.73 107.27 183.83 -
System Red Green Blue C M Y K H S L
Decimal 208 97 93 0 0.53 0.55 0.18 2.09 0.55 0.59
Hex D0 61 5D 0 35 37 12 2 37 3B
Octal 320 141 135 0 65 67 22 2 67 73
Binary 11010000 1100001 1011101 0 110101 110111 10010 10 110111 111011

Color Harmonies of #D0615D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0615D

Black with #D0615D

Text Example


Text Example

White with #D0615D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0615D; }

 p { color: rgb(208,97,93); }

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

background-color css

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

 a { background-color: rgb(208,97,93); }

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

border-color css

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

 span { border-color: rgb(208,97,93); }

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