Html Css Color HEX #D2615A Roman

📋 copy color: '#D2615A'

red 210 ◦ green 97 ◦ blue 90

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

Shades of Roman #D2615A

Tints of Roman #D2615A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 22.67%

R = 52.9%
G = 24.43%
B = 22.67%

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

#D2615A (or 0xD2615A) is known color: Roman. HEX triplet: D2, 61 and 5A. RGB value is (210,97,90). Sum of RGB (Red+Green+Blue) = 210+97+90=397 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.90% from 397); Green value is 97 (38.28% from 255 or 24.43% from 397); Blue value is 90 (35.55% from 255 or 22.67% from 397); Max value from RGB is 210 - color contains mainly: red. Hex color #D2615A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2615A is #2D9EA5. Grayscale: #828282. Windows color (decimal): -2989734 or 5923282. OLE color: 5923282.

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

Color convert

RGB 210 97 90 -
CMYK 0 0.54 0.57 0.18
HSL 3.5º 0.57% 0.59% -
HSV(B) 3.5º 0.57% 0.82% -
XYZ 32.7 22.99 12.39 -
YUV 129.99 105.44 185.07 -
System Red Green Blue C M Y K H S L
Decimal 210 97 90 0 0.54 0.57 0.18 3.5 0.57 0.59
Hex D2 61 5A 0 36 39 12 4 39 3B
Octal 322 141 132 0 66 71 22 4 71 73
Binary 11010010 1100001 1011010 0 110110 111001 10010 100 111001 111011

Color Harmonies of #D2615A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2615A

Black with #D2615A

Text Example


Text Example

White with #D2615A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2615A; }

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

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

background-color css

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

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

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

border-color css

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

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

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