Html Css Color HEX #D66358 Roman

📋 copy color: '#D66358'

red 214 ◦ green 99 ◦ blue 88

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

Shades of Roman #D66358

Tints of Roman #D66358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 21.95%

R = 53.37%
G = 24.69%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#D66358 (or 0xD66358) is known color: Roman. HEX triplet: D6, 63 and 58. RGB value is (214,99,88). Sum of RGB (Red+Green+Blue) = 214+99+88=401 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.37% from 401); Green value is 99 (39.06% from 255 or 24.69% from 401); Blue value is 88 (34.77% from 255 or 21.95% from 401); Max value from RGB is 214 - color contains mainly: red. Hex color #D66358 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66358 is #299CA7. Grayscale: #848484. Windows color (decimal): -2727080 or 5792726. OLE color: 5792726.

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

Color convert

RGB 214 99 88 -
CMYK 0 0.54 0.59 0.16
HSL 5.24º 0.61% 0.59% -
HSV(B) 5.24º 0.59% 0.84% -
XYZ 33.95 23.92 12.06 -
YUV 132.13 103.1 186.39 -
System Red Green Blue C M Y K H S L
Decimal 214 99 88 0 0.54 0.59 0.16 5.24 0.61 0.59
Hex D6 63 58 0 36 3B 10 5 3D 3B
Octal 326 143 130 0 66 73 20 5 75 73
Binary 11010110 1100011 1011000 0 110110 111011 10000 101 111101 111011

Color Harmonies of #D66358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66358

Black with #D66358

Text Example


Text Example

White with #D66358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66358; }

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

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

background-color css

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

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

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

border-color css

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

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

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