Html Css Color HEX #CF2250 Old Rose

📋 copy color: '#CF2250'

red 207 ◦ green 34 ◦ blue 80

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

Shades of Old Rose #CF2250

Tints of Old Rose #CF2250

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.59%

 BLUE value IS 80 (31.64% from 255) = 24.92%

R = 64.49%
G = 10.59%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#CF2250 (or 0xCF2250) is known color: Old Rose. HEX triplet: CF, 22 and 50. RGB value is (207,34,80). Sum of RGB (Red+Green+Blue) = 207+34+80=321 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.49% from 321); Green value is 34 (13.67% from 255 or 10.59% from 321); Blue value is 80 (31.64% from 255 or 24.92% from 321); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2250 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2250 is #30DDAF. Grayscale: #5A5A5A. Windows color (decimal): -3202480 or 5251791. OLE color: 5251791.

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

Color convert

RGB 207 34 80 -
CMYK 0 0.84 0.61 0.19
HSL 344.05º 0.72% 0.47% -
HSV(B) 344.05º 0.84% 0.81% -
XYZ 27.75 14.99 9.02 -
YUV 90.97 121.81 210.76 -
System Red Green Blue C M Y K H S L
Decimal 207 34 80 0 0.84 0.61 0.19 344.05 0.72 0.47
Hex CF 22 50 0 54 3D 13 158 48 2F
Octal 317 42 120 0 124 75 23 530 110 57
Binary 11001111 100010 1010000 0 1010100 111101 10011 101011000 1001000 101111

Color Harmonies of #CF2250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2250

Black with #CF2250

Text Example


Text Example

White with #CF2250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2250; }

 p { color: rgb(207,34,80); }

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

background-color css

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

 a { background-color: rgb(207,34,80); }

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

border-color css

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

 span { border-color: rgb(207,34,80); }

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