Html Css Color HEX #D0615B Indian Red

📋 copy color: '#D0615B'

red 208 ◦ green 97 ◦ blue 91

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

Shades of Indian Red #D0615B

Tints of Indian Red #D0615B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 22.98%

R = 52.53%
G = 24.49%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D0615B (or 0xD0615B) is known color: Indian Red. HEX triplet: D0, 61 and 5B. RGB value is (208,97,91). Sum of RGB (Red+Green+Blue) = 208+97+91=396 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.53% from 396); Green value is 97 (38.28% from 255 or 24.49% from 396); Blue value is 91 (35.94% from 255 or 22.98% from 396); Max value from RGB is 208 - color contains mainly: red. Hex color #D0615B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0615B is #2F9EA4. Grayscale: #818181. Windows color (decimal): -3120805 or 5988816. OLE color: 5988816.

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

Color convert

RGB 208 97 91 -
CMYK 0 0.53 0.56 0.18
HSL 3.08º 0.55% 0.59% -
HSV(B) 3.08º 0.56% 0.82% -
XYZ 32.18 22.71 12.59 -
YUV 129.51 106.27 183.99 -
System Red Green Blue C M Y K H S L
Decimal 208 97 91 0 0.53 0.56 0.18 3.08 0.55 0.59
Hex D0 61 5B 0 35 38 12 3 37 3B
Octal 320 141 133 0 65 70 22 3 67 73
Binary 11010000 1100001 1011011 0 110101 111000 10010 11 110111 111011

Color Harmonies of #D0615B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0615B

Black with #D0615B

Text Example


Text Example

White with #D0615B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0615B; }

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

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

background-color css

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

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

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

border-color css

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

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

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