Html Css Color HEX #D5605B Roman

📋 copy color: '#D5605B'

red 213 ◦ green 96 ◦ blue 91

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

Shades of Roman #D5605B

Tints of Roman #D5605B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 22.75%

R = 53.25%
G = 24%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D5605B (or 0xD5605B) is known color: Roman. HEX triplet: D5, 60 and 5B. RGB value is (213,96,91). Sum of RGB (Red+Green+Blue) = 213+96+91=400 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.25% from 400); Green value is 96 (37.89% from 255 or 24% from 400); Blue value is 91 (35.94% from 255 or 22.75% from 400); Max value from RGB is 213 - color contains mainly: red. Hex color #D5605B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5605B is #2A9FA4. Grayscale: #828282. Windows color (decimal): -2793381 or 5988565. OLE color: 5988565.

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

Color convert

RGB 213 96 91 -
CMYK 0 0.55 0.57 0.16
HSL 2.46º 0.59% 0.6% -
HSV(B) 2.46º 0.57% 0.84% -
XYZ 33.51 23.27 12.62 -
YUV 130.41 105.76 186.91 -
System Red Green Blue C M Y K H S L
Decimal 213 96 91 0 0.55 0.57 0.16 2.46 0.59 0.6
Hex D5 60 5B 0 37 39 10 2 3B 3C
Octal 325 140 133 0 67 71 20 2 73 74
Binary 11010101 1100000 1011011 0 110111 111001 10000 10 111011 111100

Color Harmonies of #D5605B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5605B

Black with #D5605B

Text Example


Text Example

White with #D5605B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5605B; }

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

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

background-color css

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

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

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

border-color css

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

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

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