Html Css Color HEX #D66253 Roman

📋 copy color: '#D66253'

red 214 ◦ green 98 ◦ blue 83

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

Shades of Roman #D66253

Tints of Roman #D66253

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.81%

 BLUE value IS 83 (32.81% from 255) = 21.01%

R = 54.18%
G = 24.81%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#D66253 (or 0xD66253) is known color: Roman. HEX triplet: D6, 62 and 53. RGB value is (214,98,83). Sum of RGB (Red+Green+Blue) = 214+98+83=395 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.18% from 395); Green value is 98 (38.67% from 255 or 24.81% from 395); Blue value is 83 (32.81% from 255 or 21.01% from 395); Max value from RGB is 214 - color contains mainly: red. Hex color #D66253 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66253 is #299DAC. Grayscale: #838383. Windows color (decimal): -2727341 or 5464790. OLE color: 5464790.

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

Color convert

RGB 214 98 83 -
CMYK 0 0.54 0.61 0.16
HSL 6.87º 0.62% 0.58% -
HSV(B) 6.87º 0.61% 0.84% -
XYZ 33.66 23.66 10.98 -
YUV 130.97 100.93 187.22 -
System Red Green Blue C M Y K H S L
Decimal 214 98 83 0 0.54 0.61 0.16 6.87 0.62 0.58
Hex D6 62 53 0 36 3D 10 7 3E 3A
Octal 326 142 123 0 66 75 20 7 76 72
Binary 11010110 1100010 1010011 0 110110 111101 10000 111 111110 111010

Color Harmonies of #D66253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66253

Black with #D66253

Text Example


Text Example

White with #D66253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66253; }

 p { color: rgb(214,98,83); }

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

background-color css

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

 a { background-color: rgb(214,98,83); }

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

border-color css

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

 span { border-color: rgb(214,98,83); }

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