Html Css Color HEX #D6615F Roman

📋 copy color: '#D6615F'

red 214 ◦ green 97 ◦ blue 95

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

Shades of Roman #D6615F

Tints of Roman #D6615F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 23.4%

R = 52.71%
G = 23.89%
B = 23.4%

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

#D6615F (or 0xD6615F) is known color: Roman. HEX triplet: D6, 61 and 5F. RGB value is (214,97,95). Sum of RGB (Red+Green+Blue) = 214+97+95=406 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.71% from 406); Green value is 97 (38.28% from 255 or 23.89% from 406); Blue value is 95 (37.5% from 255 or 23.40% from 406); Max value from RGB is 214 - color contains mainly: red. Hex color #D6615F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6615F is #299EA0. Grayscale: #838383. Windows color (decimal): -2727585 or 6250966. OLE color: 6250966.

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

Color convert

RGB 214 97 95 -
CMYK 0 0.55 0.56 0.16
HSL 1.01º 0.59% 0.61% -
HSV(B) 1.01º 0.56% 0.84% -
XYZ 34.07 23.67 13.6 -
YUV 131.76 107.26 186.66 -
System Red Green Blue C M Y K H S L
Decimal 214 97 95 0 0.55 0.56 0.16 1.01 0.59 0.61
Hex D6 61 5F 0 37 38 10 1 3B 3D
Octal 326 141 137 0 67 70 20 1 73 75
Binary 11010110 1100001 1011111 0 110111 111000 10000 1 111011 111101

Color Harmonies of #D6615F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6615F

Black with #D6615F

Text Example


Text Example

White with #D6615F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6615F; }

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

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

background-color css

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

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

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

border-color css

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

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

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