Html Css Color HEX #BF0217 Venetian Red

📋 copy color: '#BF0217'

red 191 ◦ green 2 ◦ blue 23

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

Shades of Venetian Red #BF0217

Tints of Venetian Red #BF0217

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.93%

 BLUE value IS 23 (9.38% from 255) = 10.65%

R = 88.43%
G = 0.93%
B = 10.65%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#BF0217 (or 0xBF0217) is known color: Venetian Red. HEX triplet: BF, 02 and 17. RGB value is (191,2,23). Sum of RGB (Red+Green+Blue) = 191+2+23=216 (28% of max value = 765). Red value is 191 (75% from 255 or 88.43% from 216); Green value is 2 (1.17% from 255 or 0.93% from 216); Blue value is 23 (9.38% from 255 or 10.65% from 216); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0217 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF0217 is #40FDE8. Grayscale: #3D3D3D. Windows color (decimal): -4259305 or 1508031. OLE color: 1508031.

HSL color Cylindrical-coordinate representation of color #BF0217: hue angle of 353.33º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BF0217 is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 2 23 -
CMYK 0 0.99 0.88 0.25
HSL 353.33º 0.98% 0.38% -
HSV(B) 353.33º 0.99% 0.75% -
XYZ 21.66 11.18 1.83 -
YUV 60.91 106.62 220.79 -
System Red Green Blue C M Y K H S L
Decimal 191 2 23 0 0.99 0.88 0.25 353.33 0.98 0.38
Hex BF 2 17 0 63 58 19 161 62 26
Octal 277 2 27 0 143 130 31 541 142 46
Binary 10111111 10 10111 0 1100011 1011000 11001 101100001 1100010 100110

Color Harmonies of #BF0217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0217

Black with #BF0217

Text Example


Text Example

White with #BF0217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0217; }

 p { color: rgb(191,2,23); }

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

background-color css

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

 a { background-color: rgb(191,2,23); }

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

border-color css

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

 span { border-color: rgb(191,2,23); }

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