Html Css Color HEX #BF0714 Venetian Red

📋 copy color: '#BF0714'

red 191 ◦ green 7 ◦ blue 20

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

Shades of Venetian Red #BF0714

Tints of Venetian Red #BF0714

RGB

 RED value IS 191 (75% from 255) = 87.61%

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

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

R = 87.61%
G = 3.21%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#BF0714 (or 0xBF0714) is known color: Venetian Red. HEX triplet: BF, 07 and 14. RGB value is (191,7,20). Sum of RGB (Red+Green+Blue) = 191+7+20=218 (28% of max value = 765). Red value is 191 (75% from 255 or 87.61% from 218); Green value is 7 (3.12% from 255 or 3.21% from 218); Blue value is 20 (8.20% from 255 or 9.17% from 218); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0714 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF0714 is #40F8EB. Grayscale: #3F3F3F. Windows color (decimal): -4258028 or 1312703. OLE color: 1312703.

HSL color Cylindrical-coordinate representation of color #BF0714: hue angle of 355.76º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BF0714 is Cyan = 0, Magento = 0.96, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 7 20 -
CMYK 0 0.96 0.90 0.25
HSL 355.76º 0.93% 0.39% -
HSV(B) 355.76º 0.96% 0.75% -
XYZ 21.69 11.28 1.7 -
YUV 63.5 103.46 218.94 -
System Red Green Blue C M Y K H S L
Decimal 191 7 20 0 0.96 0.90 0.25 355.76 0.93 0.39
Hex BF 7 14 0 60 5A 19 164 5D 27
Octal 277 7 24 0 140 132 31 544 135 47
Binary 10111111 111 10100 0 1100000 1011010 11001 101100100 1011101 100111

Color Harmonies of #BF0714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0714

Black with #BF0714

Text Example


Text Example

White with #BF0714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0714; }

 p { color: rgb(191,7,20); }

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

background-color css

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

 a { background-color: rgb(191,7,20); }

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

border-color css

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

 span { border-color: rgb(191,7,20); }

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