Html Css Color HEX #CA1F5D Ruby

📋 copy color: '#CA1F5D'

red 202 ◦ green 31 ◦ blue 93

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

Shades of Ruby #CA1F5D

Tints of Ruby #CA1F5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 28.53%

R = 61.96%
G = 9.51%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#CA1F5D (or 0xCA1F5D) is known color: Ruby. HEX triplet: CA, 1F and 5D. RGB value is (202,31,93). Sum of RGB (Red+Green+Blue) = 202+31+93=326 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.96% from 326); Green value is 31 (12.5% from 255 or 9.51% from 326); Blue value is 93 (36.72% from 255 or 28.53% from 326); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1F5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA1F5D is #35E0A2. Grayscale: #595959. Windows color (decimal): -3530915 or 6102986. OLE color: 6102986.

HSL color Cylindrical-coordinate representation of color #CA1F5D: hue angle of 338.25º 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 #CA1F5D is Cyan = 0, Magento = 0.85, Yellow = 0.54 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 31 93 -
CMYK 0 0.85 0.54 0.21
HSL 338.25º 0.73% 0.46% -
HSV(B) 338.25º 0.85% 0.79% -
XYZ 26.82 14.33 11.71 -
YUV 89.2 130.15 208.46 -
System Red Green Blue C M Y K H S L
Decimal 202 31 93 0 0.85 0.54 0.21 338.25 0.73 0.46
Hex CA 1F 5D 0 55 36 15 152 49 2E
Octal 312 37 135 0 125 66 25 522 111 56
Binary 11001010 11111 1011101 0 1010101 110110 10101 101010010 1001001 101110

Color Harmonies of #CA1F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1F5D

Black with #CA1F5D

Text Example


Text Example

White with #CA1F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1F5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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