Html Css Color HEX #CF1C5F Ruby

📋 copy color: '#CF1C5F'

red 207 ◦ green 28 ◦ blue 95

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

Shades of Ruby #CF1C5F

Tints of Ruby #CF1C5F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.48%

 BLUE value IS 95 (37.5% from 255) = 28.79%

R = 62.73%
G = 8.48%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CF1C5F (or 0xCF1C5F) is known color: Ruby. HEX triplet: CF, 1C and 5F. RGB value is (207,28,95). Sum of RGB (Red+Green+Blue) = 207+28+95=330 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.73% from 330); Green value is 28 (11.33% from 255 or 8.48% from 330); Blue value is 95 (37.5% from 255 or 28.79% from 330); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1C5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF1C5F is #30E3A0. Grayscale: #595959. Windows color (decimal): -3204001 or 6233295. OLE color: 6233295.

HSL color Cylindrical-coordinate representation of color #CF1C5F: hue angle of 337.54º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CF1C5F is Cyan = 0, Magento = 0.86, Yellow = 0.54 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 28 95 -
CMYK 0 0.86 0.54 0.19
HSL 337.54º 0.76% 0.46% -
HSV(B) 337.54º 0.86% 0.81% -
XYZ 28.21 14.92 12.22 -
YUV 89.16 131.3 212.05 -
System Red Green Blue C M Y K H S L
Decimal 207 28 95 0 0.86 0.54 0.19 337.54 0.76 0.46
Hex CF 1C 5F 0 56 36 13 152 4C 2E
Octal 317 34 137 0 126 66 23 522 114 56
Binary 11001111 11100 1011111 0 1010110 110110 10011 101010010 1001100 101110

Color Harmonies of #CF1C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1C5F

Black with #CF1C5F

Text Example


Text Example

White with #CF1C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1C5F; }

 p { color: rgb(207,28,95); }

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

background-color css

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

 a { background-color: rgb(207,28,95); }

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

border-color css

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

 span { border-color: rgb(207,28,95); }

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