Html Css Color HEX #D5605D Roman

📋 copy color: '#D5605D'

red 213 ◦ green 96 ◦ blue 93

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

Shades of Roman #D5605D

Tints of Roman #D5605D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.88%

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

R = 52.99%
G = 23.88%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D5605D (or 0xD5605D) is known color: Roman. HEX triplet: D5, 60 and 5D. RGB value is (213,96,93). Sum of RGB (Red+Green+Blue) = 213+96+93=402 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.99% from 402); Green value is 96 (37.89% from 255 or 23.88% from 402); Blue value is 93 (36.72% from 255 or 23.13% from 402); Max value from RGB is 213 - color contains mainly: red. Hex color #D5605D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5605D is #2A9FA2. Grayscale: #828282. Windows color (decimal): -2793379 or 6119637. OLE color: 6119637.

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

Color convert

RGB 213 96 93 -
CMYK 0 0.55 0.56 0.16
HSL 1.5º 0.59% 0.6% -
HSV(B) 1.5º 0.56% 0.84% -
XYZ 33.6 23.3 13.08 -
YUV 130.64 106.76 186.74 -
System Red Green Blue C M Y K H S L
Decimal 213 96 93 0 0.55 0.56 0.16 1.5 0.59 0.6
Hex D5 60 5D 0 37 38 10 2 3B 3C
Octal 325 140 135 0 67 70 20 2 73 74
Binary 11010101 1100000 1011101 0 110111 111000 10000 10 111011 111100

Color Harmonies of #D5605D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5605D

Black with #D5605D

Text Example


Text Example

White with #D5605D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5605D; }

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

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

background-color css

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

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

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

border-color css

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

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

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