Html Css Color HEX #CA1358 Ruby

📋 copy color: '#CA1358'

red 202 ◦ green 19 ◦ blue 88

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

Shades of Ruby #CA1358

Tints of Ruby #CA1358

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.15%

 BLUE value IS 88 (34.77% from 255) = 28.48%

R = 65.37%
G = 6.15%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.56

 K value IS 0.21

RGB Variations

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

Color information

#CA1358 (or 0xCA1358) is known color: Ruby. HEX triplet: CA, 13 and 58. RGB value is (202,19,88). Sum of RGB (Red+Green+Blue) = 202+19+88=309 (40% of max value = 765). Red value is 202 (79.30% from 255 or 65.37% from 309); Green value is 19 (7.81% from 255 or 6.15% from 309); Blue value is 88 (34.77% from 255 or 28.48% from 309); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1358 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1358 is #35ECA7. Grayscale: #515151. Windows color (decimal): -3533992 or 5772234. OLE color: 5772234.

HSL color Cylindrical-coordinate representation of color #CA1358: hue angle of 337.38º degrees, saturation: 0.83, 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 #CA1358 is Cyan = 0, Magento = 0.91, Yellow = 0.56 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 19 88 -
CMYK 0 0.91 0.56 0.21
HSL 337.38º 0.83% 0.43% -
HSV(B) 337.38º 0.91% 0.79% -
XYZ 26.35 13.73 10.49 -
YUV 81.58 131.63 213.89 -
System Red Green Blue C M Y K H S L
Decimal 202 19 88 0 0.91 0.56 0.21 337.38 0.83 0.43
Hex CA 13 58 0 5B 38 15 151 53 2B
Octal 312 23 130 0 133 70 25 521 123 53
Binary 11001010 10011 1011000 0 1011011 111000 10101 101010001 1010011 101011

Color Harmonies of #CA1358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1358

Black with #CA1358

Text Example


Text Example

White with #CA1358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1358; }

 p { color: rgb(202,19,88); }

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

background-color css

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

 a { background-color: rgb(202,19,88); }

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

border-color css

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

 span { border-color: rgb(202,19,88); }

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