Html Css Color HEX #CF224C Old Rose

📋 copy color: '#CF224C'

red 207 ◦ green 34 ◦ blue 76

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

Shades of Old Rose #CF224C

Tints of Old Rose #CF224C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 23.97%

R = 65.3%
G = 10.73%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.63

 K value IS 0.19

RGB Variations

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

Color information

#CF224C (or 0xCF224C) is known color: Old Rose. HEX triplet: CF, 22 and 4C. RGB value is (207,34,76). Sum of RGB (Red+Green+Blue) = 207+34+76=317 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.30% from 317); Green value is 34 (13.67% from 255 or 10.73% from 317); Blue value is 76 (30.08% from 255 or 23.97% from 317); Max value from RGB is 207 - color contains mainly: red. Hex color #CF224C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF224C is #30DDB3. Grayscale: #5A5A5A. Windows color (decimal): -3202484 or 4989647. OLE color: 4989647.

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

Color convert

RGB 207 34 76 -
CMYK 0 0.84 0.63 0.19
HSL 345.43º 0.72% 0.47% -
HSV(B) 345.43º 0.84% 0.81% -
XYZ 27.61 14.93 8.26 -
YUV 90.52 119.81 211.08 -
System Red Green Blue C M Y K H S L
Decimal 207 34 76 0 0.84 0.63 0.19 345.43 0.72 0.47
Hex CF 22 4C 0 54 3F 13 159 48 2F
Octal 317 42 114 0 124 77 23 531 110 57
Binary 11001111 100010 1001100 0 1010100 111111 10011 101011001 1001000 101111

Color Harmonies of #CF224C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF224C

Black with #CF224C

Text Example


Text Example

White with #CF224C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF224C; }

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

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

background-color css

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

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

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

border-color css

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

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

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