Html Css Color HEX #C91D4F Old Rose

📋 copy color: '#C91D4F'

red 201 ◦ green 29 ◦ blue 79

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

Shades of Old Rose #C91D4F

Tints of Old Rose #C91D4F

RGB

 RED value IS 201 (78.91% from 255) = 65.05%

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

 BLUE value IS 79 (31.25% from 255) = 25.57%

R = 65.05%
G = 9.39%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.61

 K value IS 0.21

RGB Variations

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

Color information

#C91D4F (or 0xC91D4F) is known color: Old Rose. HEX triplet: C9, 1D and 4F. RGB value is (201,29,79). Sum of RGB (Red+Green+Blue) = 201+29+79=309 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.05% from 309); Green value is 29 (11.72% from 255 or 9.39% from 309); Blue value is 79 (31.25% from 255 or 25.57% from 309); Max value from RGB is 201 - color contains mainly: red. Hex color #C91D4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C91D4F is #36E2B0. Grayscale: #565656. Windows color (decimal): -3596977 or 5184969. OLE color: 5184969.

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

Color convert

RGB 201 29 79 -
CMYK 0 0.86 0.61 0.21
HSL 342.56º 0.75% 0.45% -
HSV(B) 342.56º 0.86% 0.79% -
XYZ 25.94 13.86 8.71 -
YUV 86.13 123.98 209.93 -
System Red Green Blue C M Y K H S L
Decimal 201 29 79 0 0.86 0.61 0.21 342.56 0.75 0.45
Hex C9 1D 4F 0 56 3D 15 157 4B 2D
Octal 311 35 117 0 126 75 25 527 113 55
Binary 11001001 11101 1001111 0 1010110 111101 10101 101010111 1001011 101101

Color Harmonies of #C91D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91D4F

Black with #C91D4F

Text Example


Text Example

White with #C91D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91D4F; }

 p { color: rgb(201,29,79); }

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

background-color css

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

 a { background-color: rgb(201,29,79); }

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

border-color css

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

 span { border-color: rgb(201,29,79); }

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