Html Css Color HEX #CF2357 Old Rose

📋 copy color: '#CF2357'

red 207 ◦ green 35 ◦ blue 87

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

Shades of Old Rose #CF2357

Tints of Old Rose #CF2357

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 26.44%

R = 62.92%
G = 10.64%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.58

 K value IS 0.19

RGB Variations

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

Color information

#CF2357 (or 0xCF2357) is known color: Old Rose. HEX triplet: CF, 23 and 57. RGB value is (207,35,87). Sum of RGB (Red+Green+Blue) = 207+35+87=329 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.92% from 329); Green value is 35 (14.06% from 255 or 10.64% from 329); Blue value is 87 (34.38% from 255 or 26.44% from 329); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2357 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2357 is #30DCA8. Grayscale: #5C5C5C. Windows color (decimal): -3202217 or 5710799. OLE color: 5710799.

HSL color Cylindrical-coordinate representation of color #CF2357: hue angle of 341.86º 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 #CF2357 is Cyan = 0, Magento = 0.83, Yellow = 0.58 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 35 87 -
CMYK 0 0.83 0.58 0.19
HSL 341.86º 0.71% 0.47% -
HSV(B) 341.86º 0.83% 0.81% -
XYZ 28.05 15.16 10.46 -
YUV 92.36 124.98 209.77 -
System Red Green Blue C M Y K H S L
Decimal 207 35 87 0 0.83 0.58 0.19 341.86 0.71 0.47
Hex CF 23 57 0 53 3A 13 156 47 2F
Octal 317 43 127 0 123 72 23 526 107 57
Binary 11001111 100011 1010111 0 1010011 111010 10011 101010110 1000111 101111

Color Harmonies of #CF2357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2357

Black with #CF2357

Text Example


Text Example

White with #CF2357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2357; }

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

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

background-color css

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

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

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

border-color css

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

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

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