Html Css Color HEX #C51E4B Old Rose

📋 copy color: '#C51E4B'

red 197 ◦ green 30 ◦ blue 75

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

Shades of Old Rose #C51E4B

Tints of Old Rose #C51E4B

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.93%

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

R = 65.23%
G = 9.93%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C51E4B (or 0xC51E4B) is known color: Old Rose. HEX triplet: C5, 1E and 4B. RGB value is (197,30,75). Sum of RGB (Red+Green+Blue) = 197+30+75=302 (40% of max value = 765). Red value is 197 (77.34% from 255 or 65.23% from 302); Green value is 30 (12.11% from 255 or 9.93% from 302); Blue value is 75 (29.69% from 255 or 24.83% from 302); Max value from RGB is 197 - color contains mainly: red. Hex color #C51E4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C51E4B is #3AE1B4. Grayscale: #555555. Windows color (decimal): -3858869 or 4923077. OLE color: 4923077.

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

Color convert

RGB 197 30 75 -
CMYK 0 0.85 0.62 0.23
HSL 343.83º 0.74% 0.45% -
HSV(B) 343.83º 0.85% 0.77% -
XYZ 24.76 13.31 7.92 -
YUV 85.06 122.33 207.84 -
System Red Green Blue C M Y K H S L
Decimal 197 30 75 0 0.85 0.62 0.23 343.83 0.74 0.45
Hex C5 1E 4B 0 55 3E 17 158 4A 2D
Octal 305 36 113 0 125 76 27 530 112 55
Binary 11000101 11110 1001011 0 1010101 111110 10111 101011000 1001010 101101

Color Harmonies of #C51E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51E4B

Black with #C51E4B

Text Example


Text Example

White with #C51E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51E4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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