Html Css Color HEX #CD1F4D Old Rose

📋 copy color: '#CD1F4D'

red 205 ◦ green 31 ◦ blue 77

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

Shades of Old Rose #CD1F4D

Tints of Old Rose #CD1F4D

RGB

 RED value IS 205 (80.47% from 255) = 65.5%

 GREEN value IS 31 (12.5% from 255) = 9.9%

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

R = 65.5%
G = 9.9%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.62

 K value IS 0.20

RGB Variations

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

Color information

#CD1F4D (or 0xCD1F4D) is known color: Old Rose. HEX triplet: CD, 1F and 4D. RGB value is (205,31,77). Sum of RGB (Red+Green+Blue) = 205+31+77=313 (41% of max value = 765). Red value is 205 (80.47% from 255 or 65.50% from 313); Green value is 31 (12.5% from 255 or 9.90% from 313); Blue value is 77 (30.47% from 255 or 24.60% from 313); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1F4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD1F4D is #32E0B2. Grayscale: #585858. Windows color (decimal): -3334323 or 5054413. OLE color: 5054413.

HSL color Cylindrical-coordinate representation of color #CD1F4D: hue angle of 344.14º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CD1F4D is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 31 77 -
CMYK 0 0.85 0.62 0.20
HSL 344.14º 0.74% 0.46% -
HSV(B) 344.14º 0.85% 0.8% -
XYZ 27.01 14.49 8.4 -
YUV 88.27 121.65 211.26 -
System Red Green Blue C M Y K H S L
Decimal 205 31 77 0 0.85 0.62 0.20 344.14 0.74 0.46
Hex CD 1F 4D 0 55 3E 14 158 4A 2E
Octal 315 37 115 0 125 76 24 530 112 56
Binary 11001101 11111 1001101 0 1010101 111110 10100 101011000 1001010 101110

Color Harmonies of #CD1F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1F4D

Black with #CD1F4D

Text Example


Text Example

White with #CD1F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1F4D; }

 p { color: rgb(205,31,77); }

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

background-color css

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

 a { background-color: rgb(205,31,77); }

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

border-color css

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

 span { border-color: rgb(205,31,77); }

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