Html Css Color HEX #C42247 Old Rose

📋 copy color: '#C42247'

red 196 ◦ green 34 ◦ blue 71

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

Shades of Old Rose #C42247

Tints of Old Rose #C42247

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.3%

 BLUE value IS 71 (28.13% from 255) = 23.59%

R = 65.12%
G = 11.3%
B = 23.59%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C42247 (or 0xC42247) is known color: Old Rose. HEX triplet: C4, 22 and 47. RGB value is (196,34,71). Sum of RGB (Red+Green+Blue) = 196+34+71=301 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.12% from 301); Green value is 34 (13.67% from 255 or 11.30% from 301); Blue value is 71 (28.12% from 255 or 23.59% from 301); Max value from RGB is 196 - color contains mainly: red. Hex color #C42247 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42247 is #3BDDB8. Grayscale: #565656. Windows color (decimal): -3923385 or 4661956. OLE color: 4661956.

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

Color convert

RGB 196 34 71 -
CMYK 0 0.83 0.64 0.23
HSL 346.3º 0.7% 0.45% -
HSV(B) 346.3º 0.83% 0.77% -
XYZ 24.47 13.33 7.25 -
YUV 86.66 119.17 205.99 -
System Red Green Blue C M Y K H S L
Decimal 196 34 71 0 0.83 0.64 0.23 346.3 0.7 0.45
Hex C4 22 47 0 53 40 17 15A 46 2D
Octal 304 42 107 0 123 100 27 532 106 55
Binary 11000100 100010 1000111 0 1010011 1000000 10111 101011010 1000110 101101

Color Harmonies of #C42247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42247

Black with #C42247

Text Example


Text Example

White with #C42247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42247; }

 p { color: rgb(196,34,71); }

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

background-color css

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

 a { background-color: rgb(196,34,71); }

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

border-color css

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

 span { border-color: rgb(196,34,71); }

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