Html Css Color HEX #CF2457 Old Rose

📋 copy color: '#CF2457'

red 207 ◦ green 36 ◦ blue 87

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

Shades of Old Rose #CF2457

Tints of Old Rose #CF2457

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.91%

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

R = 62.73%
G = 10.91%
B = 26.36%

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

#CF2457 (or 0xCF2457) is known color: Old Rose. HEX triplet: CF, 24 and 57. RGB value is (207,36,87). Sum of RGB (Red+Green+Blue) = 207+36+87=330 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.73% from 330); Green value is 36 (14.45% from 255 or 10.91% from 330); Blue value is 87 (34.38% from 255 or 26.36% from 330); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2457 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2457 is #30DBA8. Grayscale: #5C5C5C. Windows color (decimal): -3201961 or 5711055. OLE color: 5711055.

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

Color convert

RGB 207 36 87 -
CMYK 0 0.83 0.58 0.19
HSL 342.11º 0.7% 0.48% -
HSV(B) 342.11º 0.83% 0.81% -
XYZ 28.08 15.22 10.47 -
YUV 92.94 124.65 209.35 -
System Red Green Blue C M Y K H S L
Decimal 207 36 87 0 0.83 0.58 0.19 342.11 0.7 0.48
Hex CF 24 57 0 53 3A 13 156 46 30
Octal 317 44 127 0 123 72 23 526 106 60
Binary 11001111 100100 1010111 0 1010011 111010 10011 101010110 1000110 110000

Color Harmonies of #CF2457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2457

Black with #CF2457

Text Example


Text Example

White with #CF2457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2457; }

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

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

background-color css

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

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

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

border-color css

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

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

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