Html Css Color HEX #D33C52 Old Rose

📋 copy color: '#D33C52'

red 211 ◦ green 60 ◦ blue 82

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

Shades of Old Rose #D33C52

Tints of Old Rose #D33C52

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17%

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

R = 59.77%
G = 17%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.61

 K value IS 0.17

RGB Variations

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

Color information

#D33C52 (or 0xD33C52) is known color: Old Rose. HEX triplet: D3, 3C and 52. RGB value is (211,60,82). Sum of RGB (Red+Green+Blue) = 211+60+82=353 (46% of max value = 765). Red value is 211 (82.81% from 255 or 59.77% from 353); Green value is 60 (23.83% from 255 or 17.00% from 353); Blue value is 82 (32.42% from 255 or 23.23% from 353); Max value from RGB is 211 - color contains mainly: red. Hex color #D33C52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D33C52 is #2CC3AD. Grayscale: #6B6B6B. Windows color (decimal): -2933678 or 5389523. OLE color: 5389523.

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

Color convert

RGB 211 60 82 -
CMYK 0 0.72 0.61 0.17
HSL 351.26º 0.63% 0.53% -
HSV(B) 351.26º 0.72% 0.83% -
XYZ 30 17.69 9.82 -
YUV 107.66 113.53 201.71 -
System Red Green Blue C M Y K H S L
Decimal 211 60 82 0 0.72 0.61 0.17 351.26 0.63 0.53
Hex D3 3C 52 0 48 3D 11 15F 3F 35
Octal 323 74 122 0 110 75 21 537 77 65
Binary 11010011 111100 1010010 0 1001000 111101 10001 101011111 111111 110101

Color Harmonies of #D33C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33C52

Black with #D33C52

Text Example


Text Example

White with #D33C52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33C52; }

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

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

background-color css

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

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

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

border-color css

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

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

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