Html Css Color HEX #C31454 Old Rose

📋 copy color: '#C31454'

red 195 ◦ green 20 ◦ blue 84

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

Shades of Old Rose #C31454

Tints of Old Rose #C31454

RGB

 RED value IS 195 (76.56% from 255) = 65.22%

 GREEN value IS 20 (8.2% from 255) = 6.69%

 BLUE value IS 84 (33.2% from 255) = 28.09%

R = 65.22%
G = 6.69%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#C31454 (or 0xC31454) is known color: Old Rose. HEX triplet: C3, 14 and 54. RGB value is (195,20,84). Sum of RGB (Red+Green+Blue) = 195+20+84=299 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.22% from 299); Green value is 20 (8.20% from 255 or 6.69% from 299); Blue value is 84 (33.20% from 255 or 28.09% from 299); Max value from RGB is 195 - color contains mainly: red. Hex color #C31454 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31454 is #3CEBAB. Grayscale: #4F4F4F. Windows color (decimal): -3992492 or 5510339. OLE color: 5510339.

HSL color Cylindrical-coordinate representation of color #C31454: hue angle of 338.06º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C31454 is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 20 84 -
CMYK 0 0.90 0.57 0.24
HSL 338.06º 0.81% 0.42% -
HSV(B) 338.06º 0.9% 0.76% -
XYZ 24.36 12.74 9.56 -
YUV 79.62 130.48 210.3 -
System Red Green Blue C M Y K H S L
Decimal 195 20 84 0 0.90 0.57 0.24 338.06 0.81 0.42
Hex C3 14 54 0 5A 39 18 152 51 2A
Octal 303 24 124 0 132 71 30 522 121 52
Binary 11000011 10100 1010100 0 1011010 111001 11000 101010010 1010001 101010

Color Harmonies of #C31454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31454

Black with #C31454

Text Example


Text Example

White with #C31454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31454; }

 p { color: rgb(195,20,84); }

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

background-color css

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

 a { background-color: rgb(195,20,84); }

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

border-color css

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

 span { border-color: rgb(195,20,84); }

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