Html Css Color HEX #CF1462 Ruby

📋 copy color: '#CF1462'

red 207 ◦ green 20 ◦ blue 98

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

Shades of Ruby #CF1462

Tints of Ruby #CF1462

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.15%

 BLUE value IS 98 (38.67% from 255) = 30.15%

R = 63.69%
G = 6.15%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CF1462 (or 0xCF1462) is known color: Ruby. HEX triplet: CF, 14 and 62. RGB value is (207,20,98). Sum of RGB (Red+Green+Blue) = 207+20+98=325 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.69% from 325); Green value is 20 (8.20% from 255 or 6.15% from 325); Blue value is 98 (38.67% from 255 or 30.15% from 325); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1462 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF1462 is #30EB9D. Grayscale: #545454. Windows color (decimal): -3206046 or 6427855. OLE color: 6427855.

HSL color Cylindrical-coordinate representation of color #CF1462: hue angle of 334.97º 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 #CF1462 is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 20 98 -
CMYK 0 0.90 0.53 0.19
HSL 334.97º 0.82% 0.45% -
HSV(B) 334.97º 0.9% 0.81% -
XYZ 28.19 14.65 12.9 -
YUV 84.81 135.45 215.16 -
System Red Green Blue C M Y K H S L
Decimal 207 20 98 0 0.90 0.53 0.19 334.97 0.82 0.45
Hex CF 14 62 0 5A 35 13 14F 52 2D
Octal 317 24 142 0 132 65 23 517 122 55
Binary 11001111 10100 1100010 0 1011010 110101 10011 101001111 1010010 101101

Color Harmonies of #CF1462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1462

Black with #CF1462

Text Example


Text Example

White with #CF1462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1462; }

 p { color: rgb(207,20,98); }

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

background-color css

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

 a { background-color: rgb(207,20,98); }

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

border-color css

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

 span { border-color: rgb(207,20,98); }

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