Html Css Color HEX #D33952 Old Rose

📋 copy color: '#D33952'

red 211 ◦ green 57 ◦ blue 82

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

Shades of Old Rose #D33952

Tints of Old Rose #D33952

RGB

 RED value IS 211 (82.81% from 255) = 60.29%

 GREEN value IS 57 (22.66% from 255) = 16.29%

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

R = 60.29%
G = 16.29%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.61

 K value IS 0.17

RGB Variations

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

Color information

#D33952 (or 0xD33952) is known color: Old Rose. HEX triplet: D3, 39 and 52. RGB value is (211,57,82). Sum of RGB (Red+Green+Blue) = 211+57+82=350 (46% of max value = 765). Red value is 211 (82.81% from 255 or 60.29% from 350); Green value is 57 (22.66% from 255 or 16.29% from 350); Blue value is 82 (32.42% from 255 or 23.43% from 350); Max value from RGB is 211 - color contains mainly: red. Hex color #D33952 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D33952 is #2CC6AD. Grayscale: #696969. Windows color (decimal): -2934446 or 5388755. OLE color: 5388755.

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

Color convert

RGB 211 57 82 -
CMYK 0 0.73 0.61 0.17
HSL 350.26º 0.64% 0.53% -
HSV(B) 350.26º 0.73% 0.83% -
XYZ 29.85 17.38 9.76 -
YUV 105.9 114.52 202.97 -
System Red Green Blue C M Y K H S L
Decimal 211 57 82 0 0.73 0.61 0.17 350.26 0.64 0.53
Hex D3 39 52 0 49 3D 11 15E 40 35
Octal 323 71 122 0 111 75 21 536 100 65
Binary 11010011 111001 1010010 0 1001001 111101 10001 101011110 1000000 110101

Color Harmonies of #D33952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33952

Black with #D33952

Text Example


Text Example

White with #D33952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33952; }

 p { color: rgb(211,57,82); }

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

background-color css

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

 a { background-color: rgb(211,57,82); }

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

border-color css

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

 span { border-color: rgb(211,57,82); }

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