Html Css Color HEX #D46252 Roman

📋 copy color: '#D46252'

red 212 ◦ green 98 ◦ blue 82

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

Shades of Roman #D46252

Tints of Roman #D46252

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25%

 BLUE value IS 82 (32.42% from 255) = 20.92%

R = 54.08%
G = 25%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.61

 K value IS 0.17

RGB Variations

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

Color information

#D46252 (or 0xD46252) is known color: Roman. HEX triplet: D4, 62 and 52. RGB value is (212,98,82). Sum of RGB (Red+Green+Blue) = 212+98+82=392 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.08% from 392); Green value is 98 (38.67% from 255 or 25% from 392); Blue value is 82 (32.42% from 255 or 20.92% from 392); Max value from RGB is 212 - color contains mainly: red. Hex color #D46252 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46252 is #2B9DAD. Grayscale: #828282. Windows color (decimal): -2858414 or 5399252. OLE color: 5399252.

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

Color convert

RGB 212 98 82 -
CMYK 0 0.54 0.61 0.17
HSL 7.38º 0.6% 0.58% -
HSV(B) 7.38º 0.61% 0.83% -
XYZ 33.04 23.34 10.75 -
YUV 130.26 100.77 186.3 -
System Red Green Blue C M Y K H S L
Decimal 212 98 82 0 0.54 0.61 0.17 7.38 0.6 0.58
Hex D4 62 52 0 36 3D 11 7 3C 3A
Octal 324 142 122 0 66 75 21 7 74 72
Binary 11010100 1100010 1010010 0 110110 111101 10001 111 111100 111010

Color Harmonies of #D46252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46252

Black with #D46252

Text Example


Text Example

White with #D46252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46252; }

 p { color: rgb(212,98,82); }

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

background-color css

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

 a { background-color: rgb(212,98,82); }

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

border-color css

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

 span { border-color: rgb(212,98,82); }

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