Html Css Color HEX #CF2855 Old Rose

📋 copy color: '#CF2855'

red 207 ◦ green 40 ◦ blue 85

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

Shades of Old Rose #CF2855

Tints of Old Rose #CF2855

RGB

 RED value IS 207 (81.25% from 255) = 62.35%

 GREEN value IS 40 (16.02% from 255) = 12.05%

 BLUE value IS 85 (33.59% from 255) = 25.6%

R = 62.35%
G = 12.05%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#CF2855 (or 0xCF2855) is known color: Old Rose. HEX triplet: CF, 28 and 55. RGB value is (207,40,85). Sum of RGB (Red+Green+Blue) = 207+40+85=332 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.35% from 332); Green value is 40 (16.02% from 255 or 12.05% from 332); Blue value is 85 (33.59% from 255 or 25.60% from 332); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2855 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2855 is #30D7AA. Grayscale: #5F5F5F. Windows color (decimal): -3200939 or 5581007. OLE color: 5581007.

HSL color Cylindrical-coordinate representation of color #CF2855: hue angle of 343.83º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CF2855 is Cyan = 0, Magento = 0.81, Yellow = 0.59 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 40 85 -
CMYK 0 0.81 0.59 0.19
HSL 343.83º 0.68% 0.48% -
HSV(B) 343.83º 0.81% 0.81% -
XYZ 28.13 15.44 10.09 -
YUV 95.06 122.33 207.84 -
System Red Green Blue C M Y K H S L
Decimal 207 40 85 0 0.81 0.59 0.19 343.83 0.68 0.48
Hex CF 28 55 0 51 3B 13 158 44 30
Octal 317 50 125 0 121 73 23 530 104 60
Binary 11001111 101000 1010101 0 1010001 111011 10011 101011000 1000100 110000

Color Harmonies of #CF2855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2855

Black with #CF2855

Text Example


Text Example

White with #CF2855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2855; }

 p { color: rgb(207,40,85); }

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

background-color css

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

 a { background-color: rgb(207,40,85); }

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

border-color css

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

 span { border-color: rgb(207,40,85); }

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