Html Css Color HEX #CF071F Venetian Red

📋 copy color: '#CF071F'

red 207 ◦ green 7 ◦ blue 31

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

Shades of Venetian Red #CF071F

Tints of Venetian Red #CF071F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.65%

R = 84.49%
G = 2.86%
B = 12.65%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CF071F (or 0xCF071F) is known color: Venetian Red. HEX triplet: CF, 07 and 1F. RGB value is (207,7,31). Sum of RGB (Red+Green+Blue) = 207+7+31=245 (32% of max value = 765). Red value is 207 (81.25% from 255 or 84.49% from 245); Green value is 7 (3.12% from 255 or 2.86% from 245); Blue value is 31 (12.5% from 255 or 12.65% from 245); Max value from RGB is 207 - color contains mainly: red. Hex color #CF071F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF071F is #30F8E0. Grayscale: #454545. Windows color (decimal): -3209441 or 2033615. OLE color: 2033615.

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

Color convert

RGB 207 7 31 -
CMYK 0 0.97 0.85 0.19
HSL 352.8º 0.93% 0.42% -
HSV(B) 352.8º 0.97% 0.81% -
XYZ 26.06 13.52 2.53 -
YUV 69.54 106.26 226.05 -
System Red Green Blue C M Y K H S L
Decimal 207 7 31 0 0.97 0.85 0.19 352.8 0.93 0.42
Hex CF 7 1F 0 61 55 13 161 5D 2A
Octal 317 7 37 0 141 125 23 541 135 52
Binary 11001111 111 11111 0 1100001 1010101 10011 101100001 1011101 101010

Color Harmonies of #CF071F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF071F

Black with #CF071F

Text Example


Text Example

White with #CF071F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF071F; }

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

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

background-color css

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

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

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

border-color css

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

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

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