Html Css Color HEX #CF155A Ruby

📋 copy color: '#CF155A'

red 207 ◦ green 21 ◦ blue 90

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

Shades of Ruby #CF155A

Tints of Ruby #CF155A

RGB

 RED value IS 207 (81.25% from 255) = 65.09%

 GREEN value IS 21 (8.59% from 255) = 6.6%

 BLUE value IS 90 (35.55% from 255) = 28.3%

R = 65.09%
G = 6.6%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#CF155A (or 0xCF155A) is known color: Ruby. HEX triplet: CF, 15 and 5A. RGB value is (207,21,90). Sum of RGB (Red+Green+Blue) = 207+21+90=318 (42% of max value = 765). Red value is 207 (81.25% from 255 or 65.09% from 318); Green value is 21 (8.59% from 255 or 6.60% from 318); Blue value is 90 (35.55% from 255 or 28.30% from 318); Max value from RGB is 207 - color contains mainly: red. Hex color #CF155A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF155A is #30EAA5. Grayscale: #545454. Windows color (decimal): -3205798 or 5903823. OLE color: 5903823.

HSL color Cylindrical-coordinate representation of color #CF155A: hue angle of 337.74º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF155A is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 21 90 -
CMYK 0 0.90 0.57 0.19
HSL 337.74º 0.82% 0.45% -
HSV(B) 337.74º 0.9% 0.81% -
XYZ 27.85 14.54 11.01 -
YUV 84.48 131.12 215.39 -
System Red Green Blue C M Y K H S L
Decimal 207 21 90 0 0.90 0.57 0.19 337.74 0.82 0.45
Hex CF 15 5A 0 5A 39 13 152 52 2D
Octal 317 25 132 0 132 71 23 522 122 55
Binary 11001111 10101 1011010 0 1011010 111001 10011 101010010 1010010 101101

Color Harmonies of #CF155A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF155A

Black with #CF155A

Text Example


Text Example

White with #CF155A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF155A; }

 p { color: rgb(207,21,90); }

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

background-color css

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

 a { background-color: rgb(207,21,90); }

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

border-color css

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

 span { border-color: rgb(207,21,90); }

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