Html Css Color HEX #D1625D Roman

📋 copy color: '#D1625D'

red 209 ◦ green 98 ◦ blue 93

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

Shades of Roman #D1625D

Tints of Roman #D1625D

RGB

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

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

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

R = 52.25%
G = 24.5%
B = 23.25%

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

#D1625D (or 0xD1625D) is known color: Roman. HEX triplet: D1, 62 and 5D. RGB value is (209,98,93). Sum of RGB (Red+Green+Blue) = 209+98+93=400 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.25% from 400); Green value is 98 (38.67% from 255 or 24.5% from 400); Blue value is 93 (36.72% from 255 or 23.25% from 400); Max value from RGB is 209 - color contains mainly: red. Hex color #D1625D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1625D is #2E9DA2. Grayscale: #828282. Windows color (decimal): -3055011 or 6120145. OLE color: 6120145.

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

Color convert

RGB 209 98 93 -
CMYK 0 0.53 0.56 0.18
HSL 2.59º 0.56% 0.59% -
HSV(B) 2.59º 0.56% 0.82% -
XYZ 32.64 23.08 13.09 -
YUV 130.62 106.77 183.91 -
System Red Green Blue C M Y K H S L
Decimal 209 98 93 0 0.53 0.56 0.18 2.59 0.56 0.59
Hex D1 62 5D 0 35 38 12 3 38 3B
Octal 321 142 135 0 65 70 22 3 70 73
Binary 11010001 1100010 1011101 0 110101 111000 10010 11 111000 111011

Color Harmonies of #D1625D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1625D

Black with #D1625D

Text Example


Text Example

White with #D1625D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1625D; }

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

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

background-color css

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

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

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

border-color css

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

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

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