Html Css Color HEX #D2615B Roman

📋 copy color: '#D2615B'

red 210 ◦ green 97 ◦ blue 91

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

Shades of Roman #D2615B

Tints of Roman #D2615B

RGB

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

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

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

R = 52.76%
G = 24.37%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D2615B (or 0xD2615B) is known color: Roman. HEX triplet: D2, 61 and 5B. RGB value is (210,97,91). Sum of RGB (Red+Green+Blue) = 210+97+91=398 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.76% from 398); Green value is 97 (38.28% from 255 or 24.37% from 398); Blue value is 91 (35.94% from 255 or 22.86% from 398); Max value from RGB is 210 - color contains mainly: red. Hex color #D2615B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2615B is #2D9EA4. Grayscale: #828282. Windows color (decimal): -2989733 or 5988818. OLE color: 5988818.

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

Color convert

RGB 210 97 91 -
CMYK 0 0.54 0.57 0.18
HSL 3.03º 0.57% 0.59% -
HSV(B) 3.03º 0.57% 0.82% -
XYZ 32.74 23.01 12.61 -
YUV 130.1 105.94 184.99 -
System Red Green Blue C M Y K H S L
Decimal 210 97 91 0 0.54 0.57 0.18 3.03 0.57 0.59
Hex D2 61 5B 0 36 39 12 3 39 3B
Octal 322 141 133 0 66 71 22 3 71 73
Binary 11010010 1100001 1011011 0 110110 111001 10010 11 111001 111011

Color Harmonies of #D2615B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2615B

Black with #D2615B

Text Example


Text Example

White with #D2615B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2615B; }

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

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

background-color css

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

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

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

border-color css

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

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

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