Html Css Color HEX #C41E4B Old Rose

📋 copy color: '#C41E4B'

red 196 ◦ green 30 ◦ blue 75

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

Shades of Old Rose #C41E4B

Tints of Old Rose #C41E4B

RGB

 RED value IS 196 (76.95% from 255) = 65.12%

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

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

R = 65.12%
G = 9.97%
B = 24.92%

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

#C41E4B (or 0xC41E4B) is known color: Old Rose. HEX triplet: C4, 1E and 4B. RGB value is (196,30,75). Sum of RGB (Red+Green+Blue) = 196+30+75=301 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.12% from 301); Green value is 30 (12.11% from 255 or 9.97% from 301); Blue value is 75 (29.69% from 255 or 24.92% from 301); Max value from RGB is 196 - color contains mainly: red. Hex color #C41E4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C41E4B is #3BE1B4. Grayscale: #545454. Windows color (decimal): -3924405 or 4923076. OLE color: 4923076.

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

Color convert

RGB 196 30 75 -
CMYK 0 0.85 0.62 0.23
HSL 343.73º 0.73% 0.44% -
HSV(B) 343.73º 0.85% 0.77% -
XYZ 24.5 13.17 7.91 -
YUV 84.76 122.5 207.34 -
System Red Green Blue C M Y K H S L
Decimal 196 30 75 0 0.85 0.62 0.23 343.73 0.73 0.44
Hex C4 1E 4B 0 55 3E 17 158 49 2C
Octal 304 36 113 0 125 76 27 530 111 54
Binary 11000100 11110 1001011 0 1010101 111110 10111 101011000 1001001 101100

Color Harmonies of #C41E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41E4B

Black with #C41E4B

Text Example


Text Example

White with #C41E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41E4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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