Html Css Color HEX #D5625D Roman

📋 copy color: '#D5625D'

red 213 ◦ green 98 ◦ blue 93

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

Shades of Roman #D5625D

Tints of Roman #D5625D

RGB

 RED value IS 213 (83.59% from 255) = 52.72%

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

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

R = 52.72%
G = 24.26%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D5625D (or 0xD5625D) is known color: Roman. HEX triplet: D5, 62 and 5D. RGB value is (213,98,93). Sum of RGB (Red+Green+Blue) = 213+98+93=404 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.72% from 404); Green value is 98 (38.67% from 255 or 24.26% from 404); Blue value is 93 (36.72% from 255 or 23.02% from 404); Max value from RGB is 213 - color contains mainly: red. Hex color #D5625D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5625D is #2A9DA2. Grayscale: #838383. Windows color (decimal): -2792867 or 6120149. OLE color: 6120149.

HSL color Cylindrical-coordinate representation of color #D5625D: hue angle of 2.5º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D5625D is Cyan = 0, Magento = 0.54, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 98 93 -
CMYK 0 0.54 0.56 0.16
HSL 2.5º 0.59% 0.6% -
HSV(B) 2.5º 0.56% 0.84% -
XYZ 33.78 23.67 13.14 -
YUV 131.82 106.1 185.91 -
System Red Green Blue C M Y K H S L
Decimal 213 98 93 0 0.54 0.56 0.16 2.5 0.59 0.6
Hex D5 62 5D 0 36 38 10 2 3B 3C
Octal 325 142 135 0 66 70 20 2 73 74
Binary 11010101 1100010 1011101 0 110110 111000 10000 10 111011 111100

Color Harmonies of #D5625D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5625D

Black with #D5625D

Text Example


Text Example

White with #D5625D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5625D; }

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

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

background-color css

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

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

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

border-color css

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

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

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