Html Css Color HEX #C9244B Old Rose

📋 copy color: '#C9244B'

red 201 ◦ green 36 ◦ blue 75

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

Shades of Old Rose #C9244B

Tints of Old Rose #C9244B

RGB

 RED value IS 201 (78.91% from 255) = 64.42%

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

 BLUE value IS 75 (29.69% from 255) = 24.04%

R = 64.42%
G = 11.54%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#C9244B (or 0xC9244B) is known color: Old Rose. HEX triplet: C9, 24 and 4B. RGB value is (201,36,75). Sum of RGB (Red+Green+Blue) = 201+36+75=312 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.42% from 312); Green value is 36 (14.45% from 255 or 11.54% from 312); Blue value is 75 (29.69% from 255 or 24.04% from 312); Max value from RGB is 201 - color contains mainly: red. Hex color #C9244B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9244B is #36DBB4. Grayscale: #595959. Windows color (decimal): -3595189 or 4924617. OLE color: 4924617.

HSL color Cylindrical-coordinate representation of color #C9244B: hue angle of 345.82º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C9244B is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 36 75 -
CMYK 0 0.82 0.63 0.21
HSL 345.82º 0.7% 0.46% -
HSV(B) 345.82º 0.82% 0.79% -
XYZ 25.99 14.19 8.03 -
YUV 89.78 119.66 207.33 -
System Red Green Blue C M Y K H S L
Decimal 201 36 75 0 0.82 0.63 0.21 345.82 0.7 0.46
Hex C9 24 4B 0 52 3F 15 15A 46 2E
Octal 311 44 113 0 122 77 25 532 106 56
Binary 11001001 100100 1001011 0 1010010 111111 10101 101011010 1000110 101110

Color Harmonies of #C9244B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9244B

Black with #C9244B

Text Example


Text Example

White with #C9244B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9244B; }

 p { color: rgb(201,36,75); }

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

background-color css

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

 a { background-color: rgb(201,36,75); }

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

border-color css

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

 span { border-color: rgb(201,36,75); }

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