Html Css Color HEX #CF1014 Venetian Red

📋 copy color: '#CF1014'

red 207 ◦ green 16 ◦ blue 20

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

Shades of Venetian Red #CF1014

Tints of Venetian Red #CF1014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.23%

R = 85.19%
G = 6.58%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CF1014 (or 0xCF1014) is known color: Venetian Red. HEX triplet: CF, 10 and 14. RGB value is (207,16,20). Sum of RGB (Red+Green+Blue) = 207+16+20=243 (32% of max value = 765). Red value is 207 (81.25% from 255 or 85.19% from 243); Green value is 16 (6.64% from 255 or 6.58% from 243); Blue value is 20 (8.20% from 255 or 8.23% from 243); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1014 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF1014 is #30EFEB. Grayscale: #494949. Windows color (decimal): -3207148 or 1315023. OLE color: 1315023.

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

Color convert

RGB 207 16 20 -
CMYK 0 0.92 0.90 0.19
HSL 358.74º 0.86% 0.44% -
HSV(B) 358.74º 0.92% 0.81% -
XYZ 26.04 13.69 1.93 -
YUV 73.57 97.78 223.17 -
System Red Green Blue C M Y K H S L
Decimal 207 16 20 0 0.92 0.90 0.19 358.74 0.86 0.44
Hex CF 10 14 0 5C 5A 13 167 56 2C
Octal 317 20 24 0 134 132 23 547 126 54
Binary 11001111 10000 10100 0 1011100 1011010 10011 101100111 1010110 101100

Color Harmonies of #CF1014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1014

Black with #CF1014

Text Example


Text Example

White with #CF1014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1014; }

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

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

background-color css

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

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

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

border-color css

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

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

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