Html Css Color HEX #D0374F Old Rose

📋 copy color: '#D0374F'

red 208 ◦ green 55 ◦ blue 79

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

Shades of Old Rose #D0374F

Tints of Old Rose #D0374F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.08%

 BLUE value IS 79 (31.25% from 255) = 23.1%

R = 60.82%
G = 16.08%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D0374F (or 0xD0374F) is known color: Old Rose. HEX triplet: D0, 37 and 4F. RGB value is (208,55,79). Sum of RGB (Red+Green+Blue) = 208+55+79=342 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.82% from 342); Green value is 55 (21.88% from 255 or 16.08% from 342); Blue value is 79 (31.25% from 255 or 23.10% from 342); Max value from RGB is 208 - color contains mainly: red. Hex color #D0374F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0374F is #2FC8B0. Grayscale: #676767. Windows color (decimal): -3131569 or 5191632. OLE color: 5191632.

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

Color convert

RGB 208 55 79 -
CMYK 0 0.74 0.62 0.18
HSL 350.59º 0.62% 0.52% -
HSV(B) 350.59º 0.74% 0.82% -
XYZ 28.79 16.71 9.1 -
YUV 103.48 114.19 202.55 -
System Red Green Blue C M Y K H S L
Decimal 208 55 79 0 0.74 0.62 0.18 350.59 0.62 0.52
Hex D0 37 4F 0 4A 3E 12 15F 3E 34
Octal 320 67 117 0 112 76 22 537 76 64
Binary 11010000 110111 1001111 0 1001010 111110 10010 101011111 111110 110100

Color Harmonies of #D0374F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0374F

Black with #D0374F

Text Example


Text Example

White with #D0374F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0374F; }

 p { color: rgb(208,55,79); }

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

background-color css

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

 a { background-color: rgb(208,55,79); }

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

border-color css

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

 span { border-color: rgb(208,55,79); }

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