Html Css Color HEX #CD1E4E Old Rose

📋 copy color: '#CD1E4E'

red 205 ◦ green 30 ◦ blue 78

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

Shades of Old Rose #CD1E4E

Tints of Old Rose #CD1E4E

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.58%

 BLUE value IS 78 (30.86% from 255) = 24.92%

R = 65.5%
G = 9.58%
B = 24.92%

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

#CD1E4E (or 0xCD1E4E) is known color: Old Rose. HEX triplet: CD, 1E and 4E. RGB value is (205,30,78). Sum of RGB (Red+Green+Blue) = 205+30+78=313 (41% of max value = 765). Red value is 205 (80.47% from 255 or 65.50% from 313); Green value is 30 (12.11% from 255 or 9.58% from 313); Blue value is 78 (30.86% from 255 or 24.92% from 313); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1E4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD1E4E is #32E1B1. Grayscale: #575757. Windows color (decimal): -3334578 or 5119693. OLE color: 5119693.

HSL color Cylindrical-coordinate representation of color #CD1E4E: hue angle of 343.54º 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 #CD1E4E is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 30 78 -
CMYK 0 0.85 0.62 0.20
HSL 343.54º 0.74% 0.46% -
HSV(B) 343.54º 0.85% 0.8% -
XYZ 27.02 14.46 8.57 -
YUV 87.8 122.48 211.6 -
System Red Green Blue C M Y K H S L
Decimal 205 30 78 0 0.85 0.62 0.20 343.54 0.74 0.46
Hex CD 1E 4E 0 55 3E 14 158 4A 2E
Octal 315 36 116 0 125 76 24 530 112 56
Binary 11001101 11110 1001110 0 1010101 111110 10100 101011000 1001010 101110

Color Harmonies of #CD1E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1E4E

Black with #CD1E4E

Text Example


Text Example

White with #CD1E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1E4E; }

 p { color: rgb(205,30,78); }

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

background-color css

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

 a { background-color: rgb(205,30,78); }

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

border-color css

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

 span { border-color: rgb(205,30,78); }

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