Html Css Color HEX #CF0711 Venetian Red

📋 copy color: '#CF0711'

red 207 ◦ green 7 ◦ blue 17

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

Shades of Venetian Red #CF0711

Tints of Venetian Red #CF0711

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.03%

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

R = 89.61%
G = 3.03%
B = 7.36%

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

#CF0711 (or 0xCF0711) is known color: Venetian Red. HEX triplet: CF, 07 and 11. RGB value is (207,7,17). Sum of RGB (Red+Green+Blue) = 207+7+17=231 (30% of max value = 765). Red value is 207 (81.25% from 255 or 89.61% from 231); Green value is 7 (3.12% from 255 or 3.03% from 231); Blue value is 17 (7.03% from 255 or 7.36% from 231); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0711 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0711 is #30F8EE. Grayscale: #444444. Windows color (decimal): -3209455 or 1116111. OLE color: 1116111.

HSL color Cylindrical-coordinate representation of color #CF0711: hue angle of 357º degrees, saturation: 0.93, 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 #CF0711 is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 7 17 -
CMYK 0 0.97 0.92 0.19
HSL 357º 0.93% 0.42% -
HSV(B) 357º 0.97% 0.81% -
XYZ 25.91 13.46 1.76 -
YUV 67.94 99.26 227.19 -
System Red Green Blue C M Y K H S L
Decimal 207 7 17 0 0.97 0.92 0.19 357 0.93 0.42
Hex CF 7 11 0 61 5C 13 165 5D 2A
Octal 317 7 21 0 141 134 23 545 135 52
Binary 11001111 111 10001 0 1100001 1011100 10011 101100101 1011101 101010

Color Harmonies of #CF0711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0711

Black with #CF0711

Text Example


Text Example

White with #CF0711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0711; }

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

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

background-color css

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

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

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

border-color css

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

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

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