Html Css Color HEX #CF1011 Venetian Red

📋 copy color: '#CF1011'

red 207 ◦ green 16 ◦ blue 17

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

Shades of Venetian Red #CF1011

Tints of Venetian Red #CF1011

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.67%

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

R = 86.25%
G = 6.67%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CF1011 (or 0xCF1011) is known color: Venetian Red. HEX triplet: CF, 10 and 11. RGB value is (207,16,17). Sum of RGB (Red+Green+Blue) = 207+16+17=240 (31% of max value = 765). Red value is 207 (81.25% from 255 or 86.25% from 240); Green value is 16 (6.64% from 255 or 6.67% from 240); Blue value is 17 (7.03% from 255 or 7.08% from 240); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1011 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF1011 is #30EFEE. Grayscale: #494949. Windows color (decimal): -3207151 or 1118415. OLE color: 1118415.

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

Color convert

RGB 207 16 17 -
CMYK 0 0.92 0.92 0.19
HSL 359.69º 0.86% 0.44% -
HSV(B) 359.69º 0.92% 0.81% -
XYZ 26.02 13.68 1.8 -
YUV 73.22 96.28 223.42 -
System Red Green Blue C M Y K H S L
Decimal 207 16 17 0 0.92 0.92 0.19 359.69 0.86 0.44
Hex CF 10 11 0 5C 5C 13 168 56 2C
Octal 317 20 21 0 134 134 23 550 126 54
Binary 11001111 10000 10001 0 1011100 1011100 10011 101101000 1010110 101100

Color Harmonies of #CF1011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1011

Black with #CF1011

Text Example


Text Example

White with #CF1011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1011; }

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

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

background-color css

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

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

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

border-color css

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

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

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