Html Css Color HEX #CF1554 Ruby

📋 copy color: '#CF1554'

red 207 ◦ green 21 ◦ blue 84

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

Shades of Ruby #CF1554

Tints of Ruby #CF1554

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.73%

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

R = 66.35%
G = 6.73%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#CF1554 (or 0xCF1554) is known color: Ruby. HEX triplet: CF, 15 and 54. RGB value is (207,21,84). Sum of RGB (Red+Green+Blue) = 207+21+84=312 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.35% from 312); Green value is 21 (8.59% from 255 or 6.73% from 312); Blue value is 84 (33.20% from 255 or 26.92% from 312); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1554 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF1554 is #30EAAB. Grayscale: #535353. Windows color (decimal): -3205804 or 5510607. OLE color: 5510607.

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

Color convert

RGB 207 21 84 -
CMYK 0 0.90 0.59 0.19
HSL 339.68º 0.82% 0.45% -
HSV(B) 339.68º 0.9% 0.81% -
XYZ 27.6 14.44 9.72 -
YUV 83.8 128.12 215.88 -
System Red Green Blue C M Y K H S L
Decimal 207 21 84 0 0.90 0.59 0.19 339.68 0.82 0.45
Hex CF 15 54 0 5A 3B 13 154 52 2D
Octal 317 25 124 0 132 73 23 524 122 55
Binary 11001111 10101 1010100 0 1011010 111011 10011 101010100 1010010 101101

Color Harmonies of #CF1554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1554

Black with #CF1554

Text Example


Text Example

White with #CF1554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1554; }

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

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

background-color css

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

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

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

border-color css

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

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

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