Html Css Color HEX #D0234D Old Rose

📋 copy color: '#D0234D'

red 208 ◦ green 35 ◦ blue 77

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

Shades of Old Rose #D0234D

Tints of Old Rose #D0234D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.94%

 BLUE value IS 77 (30.47% from 255) = 24.06%

R = 65%
G = 10.94%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D0234D (or 0xD0234D) is known color: Old Rose. HEX triplet: D0, 23 and 4D. RGB value is (208,35,77). Sum of RGB (Red+Green+Blue) = 208+35+77=320 (42% of max value = 765). Red value is 208 (81.64% from 255 or 65% from 320); Green value is 35 (14.06% from 255 or 10.94% from 320); Blue value is 77 (30.47% from 255 or 24.06% from 320); Max value from RGB is 208 - color contains mainly: red. Hex color #D0234D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0234D is #2FDCB2. Grayscale: #5B5B5B. Windows color (decimal): -3136691 or 5055440. OLE color: 5055440.

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

Color convert

RGB 208 35 77 -
CMYK 0 0.83 0.63 0.18
HSL 345.43º 0.71% 0.48% -
HSV(B) 345.43º 0.83% 0.82% -
XYZ 27.95 15.15 8.47 -
YUV 91.52 119.81 211.08 -
System Red Green Blue C M Y K H S L
Decimal 208 35 77 0 0.83 0.63 0.18 345.43 0.71 0.48
Hex D0 23 4D 0 53 3F 12 159 47 30
Octal 320 43 115 0 123 77 22 531 107 60
Binary 11010000 100011 1001101 0 1010011 111111 10010 101011001 1000111 110000

Color Harmonies of #D0234D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0234D

Black with #D0234D

Text Example


Text Example

White with #D0234D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0234D; }

 p { color: rgb(208,35,77); }

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

background-color css

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

 a { background-color: rgb(208,35,77); }

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

border-color css

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

 span { border-color: rgb(208,35,77); }

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