Html Css Color HEX #CF055D Ruby

📋 copy color: '#CF055D'

red 207 ◦ green 5 ◦ blue 93

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

Shades of Ruby #CF055D

Tints of Ruby #CF055D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.64%

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

R = 67.87%
G = 1.64%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CF055D (or 0xCF055D) is known color: Ruby. HEX triplet: CF, 05 and 5D. RGB value is (207,5,93). Sum of RGB (Red+Green+Blue) = 207+5+93=305 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.87% from 305); Green value is 5 (2.34% from 255 or 1.64% from 305); Blue value is 93 (36.72% from 255 or 30.49% from 305); Max value from RGB is 207 - color contains mainly: red. Hex color #CF055D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF055D is #30FAA2. Grayscale: #4B4B4B. Windows color (decimal): -3209891 or 6096335. OLE color: 6096335.

HSL color Cylindrical-coordinate representation of color #CF055D: hue angle of 333.86º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF055D is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 5 93 -
CMYK 0 0.98 0.55 0.19
HSL 333.86º 0.95% 0.42% -
HSV(B) 333.86º 0.98% 0.81% -
XYZ 27.76 14.16 11.63 -
YUV 75.43 137.92 221.84 -
System Red Green Blue C M Y K H S L
Decimal 207 5 93 0 0.98 0.55 0.19 333.86 0.95 0.42
Hex CF 5 5D 0 62 37 13 14E 5F 2A
Octal 317 5 135 0 142 67 23 516 137 52
Binary 11001111 101 1011101 0 1100010 110111 10011 101001110 1011111 101010

Color Harmonies of #CF055D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF055D

Black with #CF055D

Text Example


Text Example

White with #CF055D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF055D; }

 p { color: rgb(207,5,93); }

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

background-color css

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

 a { background-color: rgb(207,5,93); }

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

border-color css

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

 span { border-color: rgb(207,5,93); }

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