Html Css Color HEX #D03353 Old Rose

📋 copy color: '#D03353'

red 208 ◦ green 51 ◦ blue 83

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

Shades of Old Rose #D03353

Tints of Old Rose #D03353

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.91%

 BLUE value IS 83 (32.81% from 255) = 24.27%

R = 60.82%
G = 14.91%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#D03353 (or 0xD03353) is known color: Old Rose. HEX triplet: D0, 33 and 53. RGB value is (208,51,83). Sum of RGB (Red+Green+Blue) = 208+51+83=342 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.82% from 342); Green value is 51 (20.31% from 255 or 14.91% from 342); Blue value is 83 (32.81% from 255 or 24.27% from 342); Max value from RGB is 208 - color contains mainly: red. Hex color #D03353 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03353 is #2FCCAC. Grayscale: #656565. Windows color (decimal): -3132589 or 5452752. OLE color: 5452752.

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

Color convert

RGB 208 51 83 -
CMYK 0 0.75 0.60 0.18
HSL 347.77º 0.63% 0.51% -
HSV(B) 347.77º 0.75% 0.82% -
XYZ 28.76 16.4 9.83 -
YUV 101.59 117.51 203.9 -
System Red Green Blue C M Y K H S L
Decimal 208 51 83 0 0.75 0.60 0.18 347.77 0.63 0.51
Hex D0 33 53 0 4B 3C 12 15C 3F 33
Octal 320 63 123 0 113 74 22 534 77 63
Binary 11010000 110011 1010011 0 1001011 111100 10010 101011100 111111 110011

Color Harmonies of #D03353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03353

Black with #D03353

Text Example


Text Example

White with #D03353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03353; }

 p { color: rgb(208,51,83); }

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

background-color css

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

 a { background-color: rgb(208,51,83); }

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

border-color css

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

 span { border-color: rgb(208,51,83); }

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