Html Css Color HEX #D46351 Roman

📋 copy color: '#D46351'

red 212 ◦ green 99 ◦ blue 81

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

Shades of Roman #D46351

Tints of Roman #D46351

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 20.66%

R = 54.08%
G = 25.26%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.62

 K value IS 0.17

RGB Variations

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

Color information

#D46351 (or 0xD46351) is known color: Roman. HEX triplet: D4, 63 and 51. RGB value is (212,99,81). Sum of RGB (Red+Green+Blue) = 212+99+81=392 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.08% from 392); Green value is 99 (39.06% from 255 or 25.26% from 392); Blue value is 81 (32.03% from 255 or 20.66% from 392); Max value from RGB is 212 - color contains mainly: red. Hex color #D46351 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46351 is #2B9CAE. Grayscale: #828282. Windows color (decimal): -2858159 or 5333972. OLE color: 5333972.

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

Color convert

RGB 212 99 81 -
CMYK 0 0.53 0.62 0.17
HSL 8.24º 0.6% 0.57% -
HSV(B) 8.24º 0.62% 0.83% -
XYZ 33.1 23.51 10.58 -
YUV 130.74 99.94 185.96 -
System Red Green Blue C M Y K H S L
Decimal 212 99 81 0 0.53 0.62 0.17 8.24 0.6 0.57
Hex D4 63 51 0 35 3E 11 8 3C 39
Octal 324 143 121 0 65 76 21 10 74 71
Binary 11010100 1100011 1010001 0 110101 111110 10001 1000 111100 111001

Color Harmonies of #D46351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46351

Black with #D46351

Text Example


Text Example

White with #D46351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46351; }

 p { color: rgb(212,99,81); }

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

background-color css

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

 a { background-color: rgb(212,99,81); }

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

border-color css

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

 span { border-color: rgb(212,99,81); }

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