Html Css Color HEX #CF1754 Ruby

📋 copy color: '#CF1754'

red 207 ◦ green 23 ◦ blue 84

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

Shades of Ruby #CF1754

Tints of Ruby #CF1754

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.32%

 BLUE value IS 84 (33.2% from 255) = 26.75%

R = 65.92%
G = 7.32%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#CF1754 (or 0xCF1754) is known color: Ruby. HEX triplet: CF, 17 and 54. RGB value is (207,23,84). Sum of RGB (Red+Green+Blue) = 207+23+84=314 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.92% from 314); Green value is 23 (9.38% from 255 or 7.32% from 314); Blue value is 84 (33.20% from 255 or 26.75% from 314); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1754 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF1754 is #30E8AB. Grayscale: #545454. Windows color (decimal): -3205292 or 5511119. OLE color: 5511119.

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

Color convert

RGB 207 23 84 -
CMYK 0 0.89 0.59 0.19
HSL 340.11º 0.8% 0.45% -
HSV(B) 340.11º 0.89% 0.81% -
XYZ 27.64 14.52 9.73 -
YUV 84.97 127.46 215.04 -
System Red Green Blue C M Y K H S L
Decimal 207 23 84 0 0.89 0.59 0.19 340.11 0.8 0.45
Hex CF 17 54 0 59 3B 13 154 50 2D
Octal 317 27 124 0 131 73 23 524 120 55
Binary 11001111 10111 1010100 0 1011001 111011 10011 101010100 1010000 101101

Color Harmonies of #CF1754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1754

Black with #CF1754

Text Example


Text Example

White with #CF1754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1754; }

 p { color: rgb(207,23,84); }

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

background-color css

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

 a { background-color: rgb(207,23,84); }

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

border-color css

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

 span { border-color: rgb(207,23,84); }

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