Html Css Color HEX #CF1367 Ruby

📋 copy color: '#CF1367'

red 207 ◦ green 19 ◦ blue 103

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

Shades of Ruby #CF1367

Tints of Ruby #CF1367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 31.31%

R = 62.92%
G = 5.78%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#CF1367 (or 0xCF1367) is known color: Ruby. HEX triplet: CF, 13 and 67. RGB value is (207,19,103). Sum of RGB (Red+Green+Blue) = 207+19+103=329 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.92% from 329); Green value is 19 (7.81% from 255 or 5.78% from 329); Blue value is 103 (40.62% from 255 or 31.31% from 329); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1367 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF1367 is #30EC98. Grayscale: #545454. Windows color (decimal): -3206297 or 6755279. OLE color: 6755279.

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

Color convert

RGB 207 19 103 -
CMYK 0 0.91 0.50 0.19
HSL 333.19º 0.83% 0.44% -
HSV(B) 333.19º 0.91% 0.81% -
XYZ 28.41 14.71 14.17 -
YUV 84.79 138.28 215.17 -
System Red Green Blue C M Y K H S L
Decimal 207 19 103 0 0.91 0.50 0.19 333.19 0.83 0.44
Hex CF 13 67 0 5B 32 13 14D 53 2C
Octal 317 23 147 0 133 62 23 515 123 54
Binary 11001111 10011 1100111 0 1011011 110010 10011 101001101 1010011 101100

Color Harmonies of #CF1367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1367

Black with #CF1367

Text Example


Text Example

White with #CF1367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1367; }

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

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

background-color css

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

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

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

border-color css

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

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

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