Html Css Color HEX #CF1012 Venetian Red

📋 copy color: '#CF1012'

red 207 ◦ green 16 ◦ blue 18

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

Shades of Venetian Red #CF1012

Tints of Venetian Red #CF1012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.47%

R = 85.89%
G = 6.64%
B = 7.47%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CF1012 (or 0xCF1012) is known color: Venetian Red. HEX triplet: CF, 10 and 12. RGB value is (207,16,18). Sum of RGB (Red+Green+Blue) = 207+16+18=241 (31% of max value = 765). Red value is 207 (81.25% from 255 or 85.89% from 241); Green value is 16 (6.64% from 255 or 6.64% from 241); Blue value is 18 (7.42% from 255 or 7.47% from 241); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1012 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF1012 is #30EFED. Grayscale: #494949. Windows color (decimal): -3207150 or 1183951. OLE color: 1183951.

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

Color convert

RGB 207 16 18 -
CMYK 0 0.92 0.91 0.19
HSL 359.37º 0.86% 0.44% -
HSV(B) 359.37º 0.92% 0.81% -
XYZ 26.03 13.68 1.84 -
YUV 73.34 96.78 223.34 -
System Red Green Blue C M Y K H S L
Decimal 207 16 18 0 0.92 0.91 0.19 359.37 0.86 0.44
Hex CF 10 12 0 5C 5B 13 167 56 2C
Octal 317 20 22 0 134 133 23 547 126 54
Binary 11001111 10000 10010 0 1011100 1011011 10011 101100111 1010110 101100

Color Harmonies of #CF1012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1012

Black with #CF1012

Text Example


Text Example

White with #CF1012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1012; }

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

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

background-color css

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

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

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

border-color css

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

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

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