Html Css Color HEX #D3625A Roman

📋 copy color: '#D3625A'

red 211 ◦ green 98 ◦ blue 90

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

Shades of Roman #D3625A

Tints of Roman #D3625A

RGB

 RED value IS 211 (82.81% from 255) = 52.88%

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

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

R = 52.88%
G = 24.56%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.57

 K value IS 0.17

RGB Variations

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

Color information

#D3625A (or 0xD3625A) is known color: Roman. HEX triplet: D3, 62 and 5A. RGB value is (211,98,90). Sum of RGB (Red+Green+Blue) = 211+98+90=399 (52% of max value = 765). Red value is 211 (82.81% from 255 or 52.88% from 399); Green value is 98 (38.67% from 255 or 24.56% from 399); Blue value is 90 (35.55% from 255 or 22.56% from 399); Max value from RGB is 211 - color contains mainly: red. Hex color #D3625A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3625A is #2C9DA5. Grayscale: #838383. Windows color (decimal): -2923942 or 5923539. OLE color: 5923539.

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

Color convert

RGB 211 98 90 -
CMYK 0 0.54 0.57 0.17
HSL 3.97º 0.58% 0.59% -
HSV(B) 3.97º 0.57% 0.83% -
XYZ 33.08 23.32 12.43 -
YUV 130.88 104.94 185.15 -
System Red Green Blue C M Y K H S L
Decimal 211 98 90 0 0.54 0.57 0.17 3.97 0.58 0.59
Hex D3 62 5A 0 36 39 11 4 3A 3B
Octal 323 142 132 0 66 71 21 4 72 73
Binary 11010011 1100010 1011010 0 110110 111001 10001 100 111010 111011

Color Harmonies of #D3625A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3625A

Black with #D3625A

Text Example


Text Example

White with #D3625A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3625A; }

 p { color: rgb(211,98,90); }

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

background-color css

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

 a { background-color: rgb(211,98,90); }

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

border-color css

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

 span { border-color: rgb(211,98,90); }

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