Html Css Color HEX #D02F54 Old Rose

📋 copy color: '#D02F54'

red 208 ◦ green 47 ◦ blue 84

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

Shades of Old Rose #D02F54

Tints of Old Rose #D02F54

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.86%

 BLUE value IS 84 (33.2% from 255) = 24.78%

R = 61.36%
G = 13.86%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#D02F54 (or 0xD02F54) is known color: Old Rose. HEX triplet: D0, 2F and 54. RGB value is (208,47,84). Sum of RGB (Red+Green+Blue) = 208+47+84=339 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.36% from 339); Green value is 47 (18.75% from 255 or 13.86% from 339); Blue value is 84 (33.20% from 255 or 24.78% from 339); Max value from RGB is 208 - color contains mainly: red. Hex color #D02F54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02F54 is #2FD0AB. Grayscale: #636363. Windows color (decimal): -3133612 or 5517264. OLE color: 5517264.

HSL color Cylindrical-coordinate representation of color #D02F54: hue angle of 346.21º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D02F54 is Cyan = 0, Magento = 0.77, Yellow = 0.60 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 47 84 -
CMYK 0 0.77 0.60 0.18
HSL 346.21º 0.63% 0.5% -
HSV(B) 346.21º 0.77% 0.82% -
XYZ 28.63 16.08 9.98 -
YUV 99.36 119.34 205.49 -
System Red Green Blue C M Y K H S L
Decimal 208 47 84 0 0.77 0.60 0.18 346.21 0.63 0.5
Hex D0 2F 54 0 4D 3C 12 15A 3F 32
Octal 320 57 124 0 115 74 22 532 77 62
Binary 11010000 101111 1010100 0 1001101 111100 10010 101011010 111111 110010

Color Harmonies of #D02F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02F54

Black with #D02F54

Text Example


Text Example

White with #D02F54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02F54; }

 p { color: rgb(208,47,84); }

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

background-color css

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

 a { background-color: rgb(208,47,84); }

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

border-color css

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

 span { border-color: rgb(208,47,84); }

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