Html Css Color HEX #D2745F Japonica

📋 copy color: '#D2745F'

red 210 ◦ green 116 ◦ blue 95

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

Shades of Japonica #D2745F

Tints of Japonica #D2745F

RGB

 RED value IS 210 (82.42% from 255) = 49.88%

 GREEN value IS 116 (45.7% from 255) = 27.55%

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

R = 49.88%
G = 27.55%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D2745F (or 0xD2745F) is known color: Japonica. HEX triplet: D2, 74 and 5F. RGB value is (210,116,95). Sum of RGB (Red+Green+Blue) = 210+116+95=421 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.88% from 421); Green value is 116 (45.70% from 255 or 27.55% from 421); Blue value is 95 (37.5% from 255 or 22.57% from 421); Max value from RGB is 210 - color contains mainly: red. Hex color #D2745F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2745F is #2D8BA0. Grayscale: #8D8D8D. Windows color (decimal): -2984865 or 6255826. OLE color: 6255826.

HSL color Cylindrical-coordinate representation of color #D2745F: hue angle of 10.96º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D2745F is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 116 95 -
CMYK 0 0.45 0.55 0.18
HSL 10.96º 0.56% 0.6% -
HSV(B) 10.96º 0.55% 0.82% -
XYZ 34.89 27.02 14.2 -
YUV 141.71 101.64 176.71 -
System Red Green Blue C M Y K H S L
Decimal 210 116 95 0 0.45 0.55 0.18 10.96 0.56 0.6
Hex D2 74 5F 0 2D 37 12 B 38 3C
Octal 322 164 137 0 55 67 22 13 70 74
Binary 11010010 1110100 1011111 0 101101 110111 10010 1011 111000 111100

Color Harmonies of #D2745F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2745F

Black with #D2745F

Text Example


Text Example

White with #D2745F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2745F; }

 p { color: rgb(210,116,95); }

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

background-color css

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

 a { background-color: rgb(210,116,95); }

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

border-color css

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

 span { border-color: rgb(210,116,95); }

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