Html Css Color HEX #D5675E Roman

📋 copy color: '#D5675E'

red 213 ◦ green 103 ◦ blue 94

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

Shades of Roman #D5675E

Tints of Roman #D5675E

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.12%

 BLUE value IS 94 (37.11% from 255) = 22.93%

R = 51.95%
G = 25.12%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D5675E (or 0xD5675E) is known color: Roman. HEX triplet: D5, 67 and 5E. RGB value is (213,103,94). Sum of RGB (Red+Green+Blue) = 213+103+94=410 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.95% from 410); Green value is 103 (40.62% from 255 or 25.12% from 410); Blue value is 94 (37.11% from 255 or 22.93% from 410); Max value from RGB is 213 - color contains mainly: red. Hex color #D5675E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5675E is #2A98A1. Grayscale: #878787. Windows color (decimal): -2791586 or 6186965. OLE color: 6186965.

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

Color convert

RGB 213 103 94 -
CMYK 0 0.52 0.56 0.16
HSL 4.54º 0.59% 0.6% -
HSV(B) 4.54º 0.56% 0.84% -
XYZ 34.31 24.65 13.54 -
YUV 134.86 104.94 183.73 -
System Red Green Blue C M Y K H S L
Decimal 213 103 94 0 0.52 0.56 0.16 4.54 0.59 0.6
Hex D5 67 5E 0 34 38 10 5 3B 3C
Octal 325 147 136 0 64 70 20 5 73 74
Binary 11010101 1100111 1011110 0 110100 111000 10000 101 111011 111100

Color Harmonies of #D5675E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5675E

Black with #D5675E

Text Example


Text Example

White with #D5675E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5675E; }

 p { color: rgb(213,103,94); }

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

background-color css

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

 a { background-color: rgb(213,103,94); }

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

border-color css

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

 span { border-color: rgb(213,103,94); }

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