Html Css Color HEX #C71D4E Old Rose

📋 copy color: '#C71D4E'

red 199 ◦ green 29 ◦ blue 78

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

Shades of Old Rose #C71D4E

Tints of Old Rose #C71D4E

RGB

 RED value IS 199 (78.13% from 255) = 65.03%

 GREEN value IS 29 (11.72% from 255) = 9.48%

 BLUE value IS 78 (30.86% from 255) = 25.49%

R = 65.03%
G = 9.48%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.61

 K value IS 0.22

RGB Variations

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

Color information

#C71D4E (or 0xC71D4E) is known color: Old Rose. HEX triplet: C7, 1D and 4E. RGB value is (199,29,78). Sum of RGB (Red+Green+Blue) = 199+29+78=306 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.03% from 306); Green value is 29 (11.72% from 255 or 9.48% from 306); Blue value is 78 (30.86% from 255 or 25.49% from 306); Max value from RGB is 199 - color contains mainly: red. Hex color #C71D4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C71D4E is #38E2B1. Grayscale: #555555. Windows color (decimal): -3728050 or 5119431. OLE color: 5119431.

HSL color Cylindrical-coordinate representation of color #C71D4E: hue angle of 342.71º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C71D4E is Cyan = 0, Magento = 0.85, Yellow = 0.61 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 29 78 -
CMYK 0 0.85 0.61 0.22
HSL 342.71º 0.75% 0.45% -
HSV(B) 342.71º 0.85% 0.78% -
XYZ 25.37 13.57 8.49 -
YUV 85.42 123.82 209.02 -
System Red Green Blue C M Y K H S L
Decimal 199 29 78 0 0.85 0.61 0.22 342.71 0.75 0.45
Hex C7 1D 4E 0 55 3D 16 157 4B 2D
Octal 307 35 116 0 125 75 26 527 113 55
Binary 11000111 11101 1001110 0 1010101 111101 10110 101010111 1001011 101101

Color Harmonies of #C71D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71D4E

Black with #C71D4E

Text Example


Text Example

White with #C71D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71D4E; }

 p { color: rgb(199,29,78); }

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

background-color css

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

 a { background-color: rgb(199,29,78); }

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

border-color css

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

 span { border-color: rgb(199,29,78); }

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