Html Css Color HEX #D65F58 Roman

📋 copy color: '#D65F58'

red 214 ◦ green 95 ◦ blue 88

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

Shades of Roman #D65F58

Tints of Roman #D65F58

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.93%

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

R = 53.9%
G = 23.93%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#D65F58 (or 0xD65F58) is known color: Roman. HEX triplet: D6, 5F and 58. RGB value is (214,95,88). Sum of RGB (Red+Green+Blue) = 214+95+88=397 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.90% from 397); Green value is 95 (37.5% from 255 or 23.93% from 397); Blue value is 88 (34.77% from 255 or 22.17% from 397); Max value from RGB is 214 - color contains mainly: red. Hex color #D65F58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65F58 is #29A0A7. Grayscale: #818181. Windows color (decimal): -2728104 or 5791702. OLE color: 5791702.

HSL color Cylindrical-coordinate representation of color #D65F58: hue angle of 3.33º 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 #D65F58 is Cyan = 0, Magento = 0.56, Yellow = 0.59 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 95 88 -
CMYK 0 0.56 0.59 0.16
HSL 3.33º 0.61% 0.59% -
HSV(B) 3.33º 0.59% 0.84% -
XYZ 33.59 23.19 11.94 -
YUV 129.78 104.42 188.07 -
System Red Green Blue C M Y K H S L
Decimal 214 95 88 0 0.56 0.59 0.16 3.33 0.61 0.59
Hex D6 5F 58 0 38 3B 10 3 3D 3B
Octal 326 137 130 0 70 73 20 3 75 73
Binary 11010110 1011111 1011000 0 111000 111011 10000 11 111101 111011

Color Harmonies of #D65F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65F58

Black with #D65F58

Text Example


Text Example

White with #D65F58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65F58; }

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

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

background-color css

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

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

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

border-color css

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

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

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