Html Css Color HEX #CF1013 Venetian Red

📋 copy color: '#CF1013'

red 207 ◦ green 16 ◦ blue 19

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

Shades of Venetian Red #CF1013

Tints of Venetian Red #CF1013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.85%

R = 85.54%
G = 6.61%
B = 7.85%

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

#CF1013 (or 0xCF1013) is known color: Venetian Red. HEX triplet: CF, 10 and 13. RGB value is (207,16,19). Sum of RGB (Red+Green+Blue) = 207+16+19=242 (32% of max value = 765). Red value is 207 (81.25% from 255 or 85.54% from 242); Green value is 16 (6.64% from 255 or 6.61% from 242); Blue value is 19 (7.81% from 255 or 7.85% from 242); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1013 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF1013 is #30EFEC. Grayscale: #494949. Windows color (decimal): -3207149 or 1249487. OLE color: 1249487.

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

Color convert

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

Color Harmonies of #CF1013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1013

Black with #CF1013

Text Example


Text Example

White with #CF1013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1013; }

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

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

background-color css

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

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

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

border-color css

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

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

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