Html Css Color HEX #D02C50 Old Rose

📋 copy color: '#D02C50'

red 208 ◦ green 44 ◦ blue 80

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

Shades of Old Rose #D02C50

Tints of Old Rose #D02C50

RGB

 RED value IS 208 (81.64% from 255) = 62.65%

 GREEN value IS 44 (17.58% from 255) = 13.25%

 BLUE value IS 80 (31.64% from 255) = 24.1%

R = 62.65%
G = 13.25%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D02C50 (or 0xD02C50) is known color: Old Rose. HEX triplet: D0, 2C and 50. RGB value is (208,44,80). Sum of RGB (Red+Green+Blue) = 208+44+80=332 (43% of max value = 765). Red value is 208 (81.64% from 255 or 62.65% from 332); Green value is 44 (17.58% from 255 or 13.25% from 332); Blue value is 80 (31.64% from 255 or 24.10% from 332); Max value from RGB is 208 - color contains mainly: red. Hex color #D02C50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02C50 is #2FD3AF. Grayscale: #616161. Windows color (decimal): -3134384 or 5254352. OLE color: 5254352.

HSL color Cylindrical-coordinate representation of color #D02C50: hue angle of 346.83º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D02C50 is Cyan = 0, Magento = 0.79, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 44 80 -
CMYK 0 0.79 0.62 0.18
HSL 346.83º 0.65% 0.49% -
HSV(B) 346.83º 0.79% 0.82% -
XYZ 28.36 15.79 9.14 -
YUV 97.14 118.33 207.07 -
System Red Green Blue C M Y K H S L
Decimal 208 44 80 0 0.79 0.62 0.18 346.83 0.65 0.49
Hex D0 2C 50 0 4F 3E 12 15B 41 31
Octal 320 54 120 0 117 76 22 533 101 61
Binary 11010000 101100 1010000 0 1001111 111110 10010 101011011 1000001 110001

Color Harmonies of #D02C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02C50

Black with #D02C50

Text Example


Text Example

White with #D02C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02C50; }

 p { color: rgb(208,44,80); }

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

background-color css

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

 a { background-color: rgb(208,44,80); }

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

border-color css

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

 span { border-color: rgb(208,44,80); }

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