Html Css Color HEX #D4645F Roman

📋 copy color: '#D4645F'

red 212 ◦ green 100 ◦ blue 95

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

Shades of Roman #D4645F

Tints of Roman #D4645F

RGB

 RED value IS 212 (83.2% from 255) = 52.09%

 GREEN value IS 100 (39.45% from 255) = 24.57%

 BLUE value IS 95 (37.5% from 255) = 23.34%

R = 52.09%
G = 24.57%
B = 23.34%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.55

 K value IS 0.17

RGB Variations

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

Color information

#D4645F (or 0xD4645F) is known color: Roman. HEX triplet: D4, 64 and 5F. RGB value is (212,100,95). Sum of RGB (Red+Green+Blue) = 212+100+95=407 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.09% from 407); Green value is 100 (39.45% from 255 or 24.57% from 407); Blue value is 95 (37.5% from 255 or 23.34% from 407); Max value from RGB is 212 - color contains mainly: red. Hex color #D4645F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4645F is #2B9BA0. Grayscale: #858585. Windows color (decimal): -2857889 or 6251732. OLE color: 6251732.

HSL color Cylindrical-coordinate representation of color #D4645F: hue angle of 2.56º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D4645F is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 100 95 -
CMYK 0 0.53 0.55 0.17
HSL 2.56º 0.58% 0.6% -
HSV(B) 2.56º 0.55% 0.83% -
XYZ 33.77 23.94 13.67 -
YUV 132.92 106.61 184.41 -
System Red Green Blue C M Y K H S L
Decimal 212 100 95 0 0.53 0.55 0.17 2.56 0.58 0.6
Hex D4 64 5F 0 35 37 11 3 3A 3C
Octal 324 144 137 0 65 67 21 3 72 74
Binary 11010100 1100100 1011111 0 110101 110111 10001 11 111010 111100

Color Harmonies of #D4645F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4645F

Black with #D4645F

Text Example


Text Example

White with #D4645F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4645F; }

 p { color: rgb(212,100,95); }

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

background-color css

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

 a { background-color: rgb(212,100,95); }

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

border-color css

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

 span { border-color: rgb(212,100,95); }

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