Html Css Color HEX #CF0611 Venetian Red

📋 copy color: '#CF0611'

red 207 ◦ green 6 ◦ blue 17

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

Shades of Venetian Red #CF0611

Tints of Venetian Red #CF0611

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.61%

 BLUE value IS 17 (7.03% from 255) = 7.39%

R = 90%
G = 2.61%
B = 7.39%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CF0611 (or 0xCF0611) is known color: Venetian Red. HEX triplet: CF, 06 and 11. RGB value is (207,6,17). Sum of RGB (Red+Green+Blue) = 207+6+17=230 (30% of max value = 765). Red value is 207 (81.25% from 255 or 90% from 230); Green value is 6 (2.73% from 255 or 2.61% from 230); Blue value is 17 (7.03% from 255 or 7.39% from 230); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0611 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0611 is #30F9EE. Grayscale: #434343. Windows color (decimal): -3209711 or 1115855. OLE color: 1115855.

HSL color Cylindrical-coordinate representation of color #CF0611: hue angle of 356.72º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CF0611 is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 6 17 -
CMYK 0 0.97 0.92 0.19
HSL 356.72º 0.94% 0.42% -
HSV(B) 356.72º 0.97% 0.81% -
XYZ 25.9 13.44 1.76 -
YUV 67.35 99.59 227.61 -
System Red Green Blue C M Y K H S L
Decimal 207 6 17 0 0.97 0.92 0.19 356.72 0.94 0.42
Hex CF 6 11 0 61 5C 13 165 5E 2A
Octal 317 6 21 0 141 134 23 545 136 52
Binary 11001111 110 10001 0 1100001 1011100 10011 101100101 1011110 101010

Color Harmonies of #CF0611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0611

Black with #CF0611

Text Example


Text Example

White with #CF0611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0611; }

 p { color: rgb(207,6,17); }

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

background-color css

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

 a { background-color: rgb(207,6,17); }

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

border-color css

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

 span { border-color: rgb(207,6,17); }

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