Html Css Color HEX #CF254F Old Rose

📋 copy color: '#CF254F'

red 207 ◦ green 37 ◦ blue 79

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

Shades of Old Rose #CF254F

Tints of Old Rose #CF254F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 24.46%

R = 64.09%
G = 11.46%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.62

 K value IS 0.19

RGB Variations

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

Color information

#CF254F (or 0xCF254F) is known color: Old Rose. HEX triplet: CF, 25 and 4F. RGB value is (207,37,79). Sum of RGB (Red+Green+Blue) = 207+37+79=323 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.09% from 323); Green value is 37 (14.84% from 255 or 11.46% from 323); Blue value is 79 (31.25% from 255 or 24.46% from 323); Max value from RGB is 207 - color contains mainly: red. Hex color #CF254F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF254F is #30DAB0. Grayscale: #5C5C5C. Windows color (decimal): -3201713 or 5187023. OLE color: 5187023.

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

Color convert

RGB 207 37 79 -
CMYK 0 0.82 0.62 0.19
HSL 345.18º 0.7% 0.48% -
HSV(B) 345.18º 0.82% 0.81% -
XYZ 27.8 15.15 8.86 -
YUV 92.62 120.32 209.58 -
System Red Green Blue C M Y K H S L
Decimal 207 37 79 0 0.82 0.62 0.19 345.18 0.7 0.48
Hex CF 25 4F 0 52 3E 13 159 46 30
Octal 317 45 117 0 122 76 23 531 106 60
Binary 11001111 100101 1001111 0 1010010 111110 10011 101011001 1000110 110000

Color Harmonies of #CF254F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF254F

Black with #CF254F

Text Example


Text Example

White with #CF254F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF254F; }

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

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

background-color css

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

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

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

border-color css

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

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

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