Html Css Color HEX #CA1F54 Old Rose

📋 copy color: '#CA1F54'

red 202 ◦ green 31 ◦ blue 84

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

Shades of Old Rose #CA1F54

Tints of Old Rose #CA1F54

RGB

 RED value IS 202 (79.3% from 255) = 63.72%

 GREEN value IS 31 (12.5% from 255) = 9.78%

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

R = 63.72%
G = 9.78%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.58

 K value IS 0.21

RGB Variations

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

Color information

#CA1F54 (or 0xCA1F54) is known color: Old Rose. HEX triplet: CA, 1F and 54. RGB value is (202,31,84). Sum of RGB (Red+Green+Blue) = 202+31+84=317 (41% of max value = 765). Red value is 202 (79.30% from 255 or 63.72% from 317); Green value is 31 (12.5% from 255 or 9.78% from 317); Blue value is 84 (33.20% from 255 or 26.50% from 317); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1F54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA1F54 is #35E0AB. Grayscale: #585858. Windows color (decimal): -3530924 or 5513162. OLE color: 5513162.

HSL color Cylindrical-coordinate representation of color #CA1F54: hue angle of 341.4º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CA1F54 is Cyan = 0, Magento = 0.85, Yellow = 0.58 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 31 84 -
CMYK 0 0.85 0.58 0.21
HSL 341.4º 0.73% 0.46% -
HSV(B) 341.4º 0.85% 0.79% -
XYZ 26.45 14.18 9.73 -
YUV 88.17 125.65 209.19 -
System Red Green Blue C M Y K H S L
Decimal 202 31 84 0 0.85 0.58 0.21 341.4 0.73 0.46
Hex CA 1F 54 0 55 3A 15 155 49 2E
Octal 312 37 124 0 125 72 25 525 111 56
Binary 11001010 11111 1010100 0 1010101 111010 10101 101010101 1001001 101110

Color Harmonies of #CA1F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1F54

Black with #CA1F54

Text Example


Text Example

White with #CA1F54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1F54; }

 p { color: rgb(202,31,84); }

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

background-color css

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

 a { background-color: rgb(202,31,84); }

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

border-color css

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

 span { border-color: rgb(202,31,84); }

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