Html Css Color HEX #BF0715 Venetian Red

📋 copy color: '#BF0715'

red 191 ◦ green 7 ◦ blue 21

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

Shades of Venetian Red #BF0715

Tints of Venetian Red #BF0715

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 9.59%

R = 87.21%
G = 3.2%
B = 9.59%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#BF0715 (or 0xBF0715) is known color: Venetian Red. HEX triplet: BF, 07 and 15. RGB value is (191,7,21). Sum of RGB (Red+Green+Blue) = 191+7+21=219 (29% of max value = 765). Red value is 191 (75% from 255 or 87.21% from 219); Green value is 7 (3.12% from 255 or 3.20% from 219); Blue value is 21 (8.59% from 255 or 9.59% from 219); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0715 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF0715 is #40F8EA. Grayscale: #3F3F3F. Windows color (decimal): -4258027 or 1378239. OLE color: 1378239.

HSL color Cylindrical-coordinate representation of color #BF0715: hue angle of 355.43º 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 #BF0715 is Cyan = 0, Magento = 0.96, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 7 21 -
CMYK 0 0.96 0.89 0.25
HSL 355.43º 0.93% 0.39% -
HSV(B) 355.43º 0.96% 0.75% -
XYZ 21.7 11.28 1.74 -
YUV 63.61 103.96 218.86 -
System Red Green Blue C M Y K H S L
Decimal 191 7 21 0 0.96 0.89 0.25 355.43 0.93 0.39
Hex BF 7 15 0 60 59 19 163 5D 27
Octal 277 7 25 0 140 131 31 543 135 47
Binary 10111111 111 10101 0 1100000 1011001 11001 101100011 1011101 100111

Color Harmonies of #BF0715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0715

Black with #BF0715

Text Example


Text Example

White with #BF0715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0715; }

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

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

background-color css

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

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

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

border-color css

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

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

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