Html Css Color HEX #CF185D Ruby

📋 copy color: '#CF185D'

red 207 ◦ green 24 ◦ blue 93

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

Shades of Ruby #CF185D

Tints of Ruby #CF185D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.41%

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

R = 63.89%
G = 7.41%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CF185D (or 0xCF185D) is known color: Ruby. HEX triplet: CF, 18 and 5D. RGB value is (207,24,93). Sum of RGB (Red+Green+Blue) = 207+24+93=324 (42% of max value = 765). Red value is 207 (81.25% from 255 or 63.89% from 324); Green value is 24 (9.77% from 255 or 7.41% from 324); Blue value is 93 (36.72% from 255 or 28.70% from 324); Max value from RGB is 207 - color contains mainly: red. Hex color #CF185D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF185D is #30E7A2. Grayscale: #565656. Windows color (decimal): -3205027 or 6101199. OLE color: 6101199.

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

Color convert

RGB 207 24 93 -
CMYK 0 0.88 0.55 0.19
HSL 337.38º 0.79% 0.45% -
HSV(B) 337.38º 0.88% 0.81% -
XYZ 28.03 14.71 11.72 -
YUV 86.58 131.63 213.89 -
System Red Green Blue C M Y K H S L
Decimal 207 24 93 0 0.88 0.55 0.19 337.38 0.79 0.45
Hex CF 18 5D 0 58 37 13 151 4F 2D
Octal 317 30 135 0 130 67 23 521 117 55
Binary 11001111 11000 1011101 0 1011000 110111 10011 101010001 1001111 101101

Color Harmonies of #CF185D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF185D

Black with #CF185D

Text Example


Text Example

White with #CF185D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF185D; }

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

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

background-color css

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

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

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

border-color css

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

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

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