Html Css Color HEX #D65F56 Roman

📋 copy color: '#D65F56'

red 214 ◦ green 95 ◦ blue 86

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

Shades of Roman #D65F56

Tints of Roman #D65F56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 21.77%

R = 54.18%
G = 24.05%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D65F56 (or 0xD65F56) is known color: Roman. HEX triplet: D6, 5F and 56. RGB value is (214,95,86). Sum of RGB (Red+Green+Blue) = 214+95+86=395 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.18% from 395); Green value is 95 (37.5% from 255 or 24.05% from 395); Blue value is 86 (33.98% from 255 or 21.77% from 395); Max value from RGB is 214 - color contains mainly: red. Hex color #D65F56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65F56 is #29A0A9. Grayscale: #818181. Windows color (decimal): -2728106 or 5660630. OLE color: 5660630.

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

Color convert

RGB 214 95 86 -
CMYK 0 0.56 0.60 0.16
HSL 4.22º 0.61% 0.59% -
HSV(B) 4.22º 0.6% 0.84% -
XYZ 33.5 23.15 11.51 -
YUV 129.56 103.42 188.23 -
System Red Green Blue C M Y K H S L
Decimal 214 95 86 0 0.56 0.60 0.16 4.22 0.61 0.59
Hex D6 5F 56 0 38 3C 10 4 3D 3B
Octal 326 137 126 0 70 74 20 4 75 73
Binary 11010110 1011111 1010110 0 111000 111100 10000 100 111101 111011

Color Harmonies of #D65F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65F56

Black with #D65F56

Text Example


Text Example

White with #D65F56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65F56; }

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

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

background-color css

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

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

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

border-color css

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

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

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