Html Css Color HEX #D66352 Roman

📋 copy color: '#D66352'

red 214 ◦ green 99 ◦ blue 82

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

Shades of Roman #D66352

Tints of Roman #D66352

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.06%

 BLUE value IS 82 (32.42% from 255) = 20.76%

R = 54.18%
G = 25.06%
B = 20.76%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D66352 (or 0xD66352) is known color: Roman. HEX triplet: D6, 63 and 52. RGB value is (214,99,82). Sum of RGB (Red+Green+Blue) = 214+99+82=395 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.18% from 395); Green value is 99 (39.06% from 255 or 25.06% from 395); Blue value is 82 (32.42% from 255 or 20.76% from 395); Max value from RGB is 214 - color contains mainly: red. Hex color #D66352 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66352 is #299CAD. Grayscale: #838383. Windows color (decimal): -2727086 or 5399510. OLE color: 5399510.

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

Color convert

RGB 214 99 82 -
CMYK 0 0.54 0.62 0.16
HSL 7.73º 0.62% 0.58% -
HSV(B) 7.73º 0.62% 0.84% -
XYZ 33.72 23.83 10.81 -
YUV 131.45 100.1 186.88 -
System Red Green Blue C M Y K H S L
Decimal 214 99 82 0 0.54 0.62 0.16 7.73 0.62 0.58
Hex D6 63 52 0 36 3E 10 8 3E 3A
Octal 326 143 122 0 66 76 20 10 76 72
Binary 11010110 1100011 1010010 0 110110 111110 10000 1000 111110 111010

Color Harmonies of #D66352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66352

Black with #D66352

Text Example


Text Example

White with #D66352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66352; }

 p { color: rgb(214,99,82); }

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

background-color css

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

 a { background-color: rgb(214,99,82); }

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

border-color css

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

 span { border-color: rgb(214,99,82); }

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