Html Css Color HEX #D1625B Roman

📋 copy color: '#D1625B'

red 209 ◦ green 98 ◦ blue 91

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

Shades of Roman #D1625B

Tints of Roman #D1625B

RGB

 RED value IS 209 (82.03% from 255) = 52.51%

 GREEN value IS 98 (38.67% from 255) = 24.62%

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

R = 52.51%
G = 24.62%
B = 22.86%

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

#D1625B (or 0xD1625B) is known color: Roman. HEX triplet: D1, 62 and 5B. RGB value is (209,98,91). Sum of RGB (Red+Green+Blue) = 209+98+91=398 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.51% from 398); Green value is 98 (38.67% from 255 or 24.62% from 398); Blue value is 91 (35.94% from 255 or 22.86% from 398); Max value from RGB is 209 - color contains mainly: red. Hex color #D1625B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1625B is #2E9DA4. Grayscale: #828282. Windows color (decimal): -3055013 or 5989073. OLE color: 5989073.

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

Color convert

RGB 209 98 91 -
CMYK 0 0.53 0.56 0.18
HSL 3.56º 0.56% 0.59% -
HSV(B) 3.56º 0.56% 0.82% -
XYZ 32.55 23.05 12.63 -
YUV 130.39 105.77 184.07 -
System Red Green Blue C M Y K H S L
Decimal 209 98 91 0 0.53 0.56 0.18 3.56 0.56 0.59
Hex D1 62 5B 0 35 38 12 4 38 3B
Octal 321 142 133 0 65 70 22 4 70 73
Binary 11010001 1100010 1011011 0 110101 111000 10010 100 111000 111011

Color Harmonies of #D1625B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1625B

Black with #D1625B

Text Example


Text Example

White with #D1625B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1625B; }

 p { color: rgb(209,98,91); }

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

background-color css

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

 a { background-color: rgb(209,98,91); }

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

border-color css

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

 span { border-color: rgb(209,98,91); }

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