Html Css Color HEX #CF1F5B Ruby

📋 copy color: '#CF1F5B'

red 207 ◦ green 31 ◦ blue 91

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

Shades of Ruby #CF1F5B

Tints of Ruby #CF1F5B

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.42%

 BLUE value IS 91 (35.94% from 255) = 27.66%

R = 62.92%
G = 9.42%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CF1F5B (or 0xCF1F5B) is known color: Ruby. HEX triplet: CF, 1F and 5B. RGB value is (207,31,91). Sum of RGB (Red+Green+Blue) = 207+31+91=329 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.92% from 329); Green value is 31 (12.5% from 255 or 9.42% from 329); Blue value is 91 (35.94% from 255 or 27.66% from 329); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1F5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF1F5B is #30E0A4. Grayscale: #5A5A5A. Windows color (decimal): -3203237 or 5971919. OLE color: 5971919.

HSL color Cylindrical-coordinate representation of color #CF1F5B: hue angle of 339.55º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CF1F5B is Cyan = 0, Magento = 0.85, Yellow = 0.56 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 31 91 -
CMYK 0 0.85 0.56 0.19
HSL 339.55º 0.74% 0.47% -
HSV(B) 339.55º 0.85% 0.81% -
XYZ 28.11 15 11.31 -
YUV 90.46 128.31 211.12 -
System Red Green Blue C M Y K H S L
Decimal 207 31 91 0 0.85 0.56 0.19 339.55 0.74 0.47
Hex CF 1F 5B 0 55 38 13 154 4A 2F
Octal 317 37 133 0 125 70 23 524 112 57
Binary 11001111 11111 1011011 0 1010101 111000 10011 101010100 1001010 101111

Color Harmonies of #CF1F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1F5B

Black with #CF1F5B

Text Example


Text Example

White with #CF1F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1F5B; }

 p { color: rgb(207,31,91); }

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

background-color css

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

 a { background-color: rgb(207,31,91); }

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

border-color css

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

 span { border-color: rgb(207,31,91); }

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