Html Css Color HEX #CF2553 Old Rose

📋 copy color: '#CF2553'

red 207 ◦ green 37 ◦ blue 83

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

Shades of Old Rose #CF2553

Tints of Old Rose #CF2553

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.31%

 BLUE value IS 83 (32.81% from 255) = 25.38%

R = 63.3%
G = 11.31%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#CF2553 (or 0xCF2553) is known color: Old Rose. HEX triplet: CF, 25 and 53. RGB value is (207,37,83). Sum of RGB (Red+Green+Blue) = 207+37+83=327 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.30% from 327); Green value is 37 (14.84% from 255 or 11.31% from 327); Blue value is 83 (32.81% from 255 or 25.38% from 327); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2553 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2553 is #30DAAC. Grayscale: #5D5D5D. Windows color (decimal): -3201709 or 5449167. OLE color: 5449167.

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

Color convert

RGB 207 37 83 -
CMYK 0 0.82 0.60 0.19
HSL 343.76º 0.7% 0.48% -
HSV(B) 343.76º 0.82% 0.81% -
XYZ 27.96 15.21 9.65 -
YUV 93.07 122.32 209.26 -
System Red Green Blue C M Y K H S L
Decimal 207 37 83 0 0.82 0.60 0.19 343.76 0.7 0.48
Hex CF 25 53 0 52 3C 13 158 46 30
Octal 317 45 123 0 122 74 23 530 106 60
Binary 11001111 100101 1010011 0 1010010 111100 10011 101011000 1000110 110000

Color Harmonies of #CF2553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2553

Black with #CF2553

Text Example


Text Example

White with #CF2553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2553; }

 p { color: rgb(207,37,83); }

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

background-color css

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

 a { background-color: rgb(207,37,83); }

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

border-color css

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

 span { border-color: rgb(207,37,83); }

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