Html Css Color HEX #C5244B Old Rose

📋 copy color: '#C5244B'

red 197 ◦ green 36 ◦ blue 75

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

Shades of Old Rose #C5244B

Tints of Old Rose #C5244B

RGB

 RED value IS 197 (77.34% from 255) = 63.96%

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

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

R = 63.96%
G = 11.69%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C5244B (or 0xC5244B) is known color: Old Rose. HEX triplet: C5, 24 and 4B. RGB value is (197,36,75). Sum of RGB (Red+Green+Blue) = 197+36+75=308 (40% of max value = 765). Red value is 197 (77.34% from 255 or 63.96% from 308); Green value is 36 (14.45% from 255 or 11.69% from 308); Blue value is 75 (29.69% from 255 or 24.35% from 308); Max value from RGB is 197 - color contains mainly: red. Hex color #C5244B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5244B is #3ADBB4. Grayscale: #585858. Windows color (decimal): -3857333 or 4924613. OLE color: 4924613.

HSL color Cylindrical-coordinate representation of color #C5244B: hue angle of 345.47º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C5244B is Cyan = 0, Magento = 0.82, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 36 75 -
CMYK 0 0.82 0.62 0.23
HSL 345.47º 0.69% 0.46% -
HSV(B) 345.47º 0.82% 0.77% -
XYZ 24.93 13.64 7.98 -
YUV 88.59 120.34 205.33 -
System Red Green Blue C M Y K H S L
Decimal 197 36 75 0 0.82 0.62 0.23 345.47 0.69 0.46
Hex C5 24 4B 0 52 3E 17 159 45 2E
Octal 305 44 113 0 122 76 27 531 105 56
Binary 11000101 100100 1001011 0 1010010 111110 10111 101011001 1000101 101110

Color Harmonies of #C5244B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5244B

Black with #C5244B

Text Example


Text Example

White with #C5244B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5244B; }

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

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

background-color css

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

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

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

border-color css

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

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

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