Html Css Color HEX #CA0E54 Ruby

📋 copy color: '#CA0E54'

red 202 ◦ green 14 ◦ blue 84

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

Shades of Ruby #CA0E54

Tints of Ruby #CA0E54

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.67%

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

R = 67.33%
G = 4.67%
B = 28%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.58

 K value IS 0.21

RGB Variations

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

Color information

#CA0E54 (or 0xCA0E54) is known color: Ruby. HEX triplet: CA, 0E and 54. RGB value is (202,14,84). Sum of RGB (Red+Green+Blue) = 202+14+84=300 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.33% from 300); Green value is 14 (5.86% from 255 or 4.67% from 300); Blue value is 84 (33.20% from 255 or 28% from 300); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0E54 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0E54 is #35F1AB. Grayscale: #4E4E4E. Windows color (decimal): -3535276 or 5508810. OLE color: 5508810.

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

Color convert

RGB 202 14 84 -
CMYK 0 0.93 0.58 0.21
HSL 337.66º 0.87% 0.42% -
HSV(B) 337.66º 0.93% 0.79% -
XYZ 26.11 13.51 9.62 -
YUV 78.19 131.28 216.31 -
System Red Green Blue C M Y K H S L
Decimal 202 14 84 0 0.93 0.58 0.21 337.66 0.87 0.42
Hex CA E 54 0 5D 3A 15 152 57 2A
Octal 312 16 124 0 135 72 25 522 127 52
Binary 11001010 1110 1010100 0 1011101 111010 10101 101010010 1010111 101010

Color Harmonies of #CA0E54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0E54

Black with #CA0E54

Text Example


Text Example

White with #CA0E54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0E54; }

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

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

background-color css

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

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

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

border-color css

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

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

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