Html Css Color HEX #D6615D Roman

📋 copy color: '#D6615D'

red 214 ◦ green 97 ◦ blue 93

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

Shades of Roman #D6615D

Tints of Roman #D6615D

RGB

 RED value IS 214 (83.98% from 255) = 52.97%

 GREEN value IS 97 (38.28% from 255) = 24.01%

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

R = 52.97%
G = 24.01%
B = 23.02%

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

#D6615D (or 0xD6615D) is known color: Roman. HEX triplet: D6, 61 and 5D. RGB value is (214,97,93). Sum of RGB (Red+Green+Blue) = 214+97+93=404 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.97% from 404); Green value is 97 (38.28% from 255 or 24.01% from 404); Blue value is 93 (36.72% from 255 or 23.02% from 404); Max value from RGB is 214 - color contains mainly: red. Hex color #D6615D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6615D is #299EA2. Grayscale: #838383. Windows color (decimal): -2727587 or 6119894. OLE color: 6119894.

HSL color Cylindrical-coordinate representation of color #D6615D: hue angle of 1.98º degrees, saturation: 0.6, 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 #D6615D is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 97 93 -
CMYK 0 0.55 0.57 0.16
HSL 1.98º 0.6% 0.6% -
HSV(B) 1.98º 0.57% 0.84% -
XYZ 33.98 23.64 13.13 -
YUV 131.53 106.26 186.83 -
System Red Green Blue C M Y K H S L
Decimal 214 97 93 0 0.55 0.57 0.16 1.98 0.6 0.6
Hex D6 61 5D 0 37 39 10 2 3C 3C
Octal 326 141 135 0 67 71 20 2 74 74
Binary 11010110 1100001 1011101 0 110111 111001 10000 10 111100 111100

Color Harmonies of #D6615D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6615D

Black with #D6615D

Text Example


Text Example

White with #D6615D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6615D; }

 p { color: rgb(214,97,93); }

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

background-color css

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

 a { background-color: rgb(214,97,93); }

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

border-color css

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

 span { border-color: rgb(214,97,93); }

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