Html Css Color HEX #CA124F Ruby

📋 copy color: '#CA124F'

red 202 ◦ green 18 ◦ blue 79

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

Shades of Ruby #CA124F

Tints of Ruby #CA124F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.02%

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

R = 67.56%
G = 6.02%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.61

 K value IS 0.21

RGB Variations

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

Color information

#CA124F (or 0xCA124F) is known color: Ruby. HEX triplet: CA, 12 and 4F. RGB value is (202,18,79). Sum of RGB (Red+Green+Blue) = 202+18+79=299 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.56% from 299); Green value is 18 (7.42% from 255 or 6.02% from 299); Blue value is 79 (31.25% from 255 or 26.42% from 299); Max value from RGB is 202 - color contains mainly: red. Hex color #CA124F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA124F is #35EDB0. Grayscale: #4F4F4F. Windows color (decimal): -3534257 or 5182154. OLE color: 5182154.

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

Color convert

RGB 202 18 79 -
CMYK 0 0.91 0.61 0.21
HSL 340.11º 0.84% 0.43% -
HSV(B) 340.11º 0.91% 0.79% -
XYZ 25.98 13.55 8.64 -
YUV 79.97 127.46 215.04 -
System Red Green Blue C M Y K H S L
Decimal 202 18 79 0 0.91 0.61 0.21 340.11 0.84 0.43
Hex CA 12 4F 0 5B 3D 15 154 54 2B
Octal 312 22 117 0 133 75 25 524 124 53
Binary 11001010 10010 1001111 0 1011011 111101 10101 101010100 1010100 101011

Color Harmonies of #CA124F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA124F

Black with #CA124F

Text Example


Text Example

White with #CA124F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA124F; }

 p { color: rgb(202,18,79); }

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

background-color css

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

 a { background-color: rgb(202,18,79); }

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

border-color css

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

 span { border-color: rgb(202,18,79); }

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