Html Css Color HEX #CF1358 Ruby

📋 copy color: '#CF1358'

red 207 ◦ green 19 ◦ blue 88

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

Shades of Ruby #CF1358

Tints of Ruby #CF1358

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.05%

 BLUE value IS 88 (34.77% from 255) = 28.03%

R = 65.92%
G = 6.05%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#CF1358 (or 0xCF1358) is known color: Ruby. HEX triplet: CF, 13 and 58. RGB value is (207,19,88). Sum of RGB (Red+Green+Blue) = 207+19+88=314 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.92% from 314); Green value is 19 (7.81% from 255 or 6.05% from 314); Blue value is 88 (34.77% from 255 or 28.03% from 314); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1358 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF1358 is #30ECA7. Grayscale: #525252. Windows color (decimal): -3206312 or 5772239. OLE color: 5772239.

HSL color Cylindrical-coordinate representation of color #CF1358: hue angle of 337.98º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF1358 is Cyan = 0, Magento = 0.91, Yellow = 0.57 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 19 88 -
CMYK 0 0.91 0.57 0.19
HSL 337.98º 0.83% 0.44% -
HSV(B) 337.98º 0.91% 0.81% -
XYZ 27.73 14.44 10.56 -
YUV 83.08 130.78 216.39 -
System Red Green Blue C M Y K H S L
Decimal 207 19 88 0 0.91 0.57 0.19 337.98 0.83 0.44
Hex CF 13 58 0 5B 39 13 152 53 2C
Octal 317 23 130 0 133 71 23 522 123 54
Binary 11001111 10011 1011000 0 1011011 111001 10011 101010010 1010011 101100

Color Harmonies of #CF1358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1358

Black with #CF1358

Text Example


Text Example

White with #CF1358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1358; }

 p { color: rgb(207,19,88); }

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

background-color css

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

 a { background-color: rgb(207,19,88); }

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

border-color css

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

 span { border-color: rgb(207,19,88); }

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