Html Css Color HEX #CF2355 Old Rose

📋 copy color: '#CF2355'

red 207 ◦ green 35 ◦ blue 85

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

Shades of Old Rose #CF2355

Tints of Old Rose #CF2355

RGB

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

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

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

R = 63.3%
G = 10.7%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#CF2355 (or 0xCF2355) is known color: Old Rose. HEX triplet: CF, 23 and 55. RGB value is (207,35,85). Sum of RGB (Red+Green+Blue) = 207+35+85=327 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.30% from 327); Green value is 35 (14.06% from 255 or 10.70% from 327); Blue value is 85 (33.59% from 255 or 25.99% from 327); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2355 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2355 is #30DCAA. Grayscale: #5C5C5C. Windows color (decimal): -3202219 or 5579727. OLE color: 5579727.

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

Color convert

RGB 207 35 85 -
CMYK 0 0.83 0.59 0.19
HSL 342.56º 0.71% 0.47% -
HSV(B) 342.56º 0.83% 0.81% -
XYZ 27.97 15.12 10.04 -
YUV 92.13 123.98 209.93 -
System Red Green Blue C M Y K H S L
Decimal 207 35 85 0 0.83 0.59 0.19 342.56 0.71 0.47
Hex CF 23 55 0 53 3B 13 157 47 2F
Octal 317 43 125 0 123 73 23 527 107 57
Binary 11001111 100011 1010101 0 1010011 111011 10011 101010111 1000111 101111

Color Harmonies of #CF2355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2355

Black with #CF2355

Text Example


Text Example

White with #CF2355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2355; }

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

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

background-color css

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

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

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

border-color css

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

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

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