Html Css Color HEX #CF224D Old Rose

📋 copy color: '#CF224D'

red 207 ◦ green 34 ◦ blue 77

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

Shades of Old Rose #CF224D

Tints of Old Rose #CF224D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 24.21%

R = 65.09%
G = 10.69%
B = 24.21%

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

#CF224D (or 0xCF224D) is known color: Old Rose. HEX triplet: CF, 22 and 4D. RGB value is (207,34,77). Sum of RGB (Red+Green+Blue) = 207+34+77=318 (42% of max value = 765). Red value is 207 (81.25% from 255 or 65.09% from 318); Green value is 34 (13.67% from 255 or 10.69% from 318); Blue value is 77 (30.47% from 255 or 24.21% from 318); Max value from RGB is 207 - color contains mainly: red. Hex color #CF224D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF224D is #30DDB2. Grayscale: #5A5A5A. Windows color (decimal): -3202483 or 5055183. OLE color: 5055183.

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

Color convert

RGB 207 34 77 -
CMYK 0 0.84 0.63 0.19
HSL 345.09º 0.72% 0.47% -
HSV(B) 345.09º 0.84% 0.81% -
XYZ 27.64 14.95 8.45 -
YUV 90.63 120.31 211 -
System Red Green Blue C M Y K H S L
Decimal 207 34 77 0 0.84 0.63 0.19 345.09 0.72 0.47
Hex CF 22 4D 0 54 3F 13 159 48 2F
Octal 317 42 115 0 124 77 23 531 110 57
Binary 11001111 100010 1001101 0 1010100 111111 10011 101011001 1001000 101111

Color Harmonies of #CF224D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF224D

Black with #CF224D

Text Example


Text Example

White with #CF224D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF224D; }

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

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

background-color css

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

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

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

border-color css

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

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

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