Html Css Color HEX #CF244D Old Rose

📋 copy color: '#CF244D'

red 207 ◦ green 36 ◦ blue 77

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

Shades of Old Rose #CF244D

Tints of Old Rose #CF244D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.25%

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

R = 64.69%
G = 11.25%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.63

 K value IS 0.19

RGB Variations

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

Color information

#CF244D (or 0xCF244D) is known color: Old Rose. HEX triplet: CF, 24 and 4D. RGB value is (207,36,77). Sum of RGB (Red+Green+Blue) = 207+36+77=320 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.69% from 320); Green value is 36 (14.45% from 255 or 11.25% from 320); Blue value is 77 (30.47% from 255 or 24.06% from 320); Max value from RGB is 207 - color contains mainly: red. Hex color #CF244D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF244D is #30DBB2. Grayscale: #5B5B5B. Windows color (decimal): -3201971 or 5055695. OLE color: 5055695.

HSL color Cylindrical-coordinate representation of color #CF244D: hue angle of 345.61º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CF244D is Cyan = 0, Magento = 0.83, Yellow = 0.63 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 36 77 -
CMYK 0 0.83 0.63 0.19
HSL 345.61º 0.7% 0.48% -
HSV(B) 345.61º 0.83% 0.81% -
XYZ 27.7 15.06 8.47 -
YUV 91.8 119.65 210.17 -
System Red Green Blue C M Y K H S L
Decimal 207 36 77 0 0.83 0.63 0.19 345.61 0.7 0.48
Hex CF 24 4D 0 53 3F 13 15A 46 30
Octal 317 44 115 0 123 77 23 532 106 60
Binary 11001111 100100 1001101 0 1010011 111111 10011 101011010 1000110 110000

Color Harmonies of #CF244D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF244D

Black with #CF244D

Text Example


Text Example

White with #CF244D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF244D; }

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

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

background-color css

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

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

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

border-color css

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

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

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