Html Css Color HEX #CF2953 Old Rose

📋 copy color: '#CF2953'

red 207 ◦ green 41 ◦ blue 83

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

Shades of Old Rose #CF2953

Tints of Old Rose #CF2953

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.39%

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

R = 62.54%
G = 12.39%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#CF2953 (or 0xCF2953) is known color: Old Rose. HEX triplet: CF, 29 and 53. RGB value is (207,41,83). Sum of RGB (Red+Green+Blue) = 207+41+83=331 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.54% from 331); Green value is 41 (16.41% from 255 or 12.39% from 331); Blue value is 83 (32.81% from 255 or 25.08% from 331); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2953 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2953 is #30D6AC. Grayscale: #5F5F5F. Windows color (decimal): -3200685 or 5450191. OLE color: 5450191.

HSL color Cylindrical-coordinate representation of color #CF2953: hue angle of 344.82º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CF2953 is Cyan = 0, Magento = 0.80, Yellow = 0.60 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 41 83 -
CMYK 0 0.80 0.60 0.19
HSL 344.82º 0.67% 0.49% -
HSV(B) 344.82º 0.8% 0.81% -
XYZ 28.09 15.48 9.69 -
YUV 95.42 121 207.58 -
System Red Green Blue C M Y K H S L
Decimal 207 41 83 0 0.80 0.60 0.19 344.82 0.67 0.49
Hex CF 29 53 0 50 3C 13 159 43 31
Octal 317 51 123 0 120 74 23 531 103 61
Binary 11001111 101001 1010011 0 1010000 111100 10011 101011001 1000011 110001

Color Harmonies of #CF2953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2953

Black with #CF2953

Text Example


Text Example

White with #CF2953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2953; }

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

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

background-color css

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

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

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

border-color css

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

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

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