Html Css Color HEX #BF0703 Free Speech Red

📋 copy color: '#BF0703'

red 191 ◦ green 7 ◦ blue 3

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

Shades of Free Speech Red #BF0703

Tints of Free Speech Red #BF0703

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.49%

R = 95.02%
G = 3.48%
B = 1.49%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#BF0703 (or 0xBF0703) is known color: Free Speech Red. HEX triplet: BF, 07 and 03. RGB value is (191,7,3). Sum of RGB (Red+Green+Blue) = 191+7+3=201 (26% of max value = 765). Red value is 191 (75% from 255 or 95.02% from 201); Green value is 7 (3.12% from 255 or 3.48% from 201); Blue value is 3 (1.56% from 255 or 1.49% from 201); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0703 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF0703 is #40F8FC. Grayscale: #3D3D3D. Windows color (decimal): -4258045 or 198591. OLE color: 198591.

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

Color convert

RGB 191 7 3 -
CMYK 0 0.96 0.98 0.25
HSL 1.28º 0.97% 0.38% -
HSV(B) 1.28º 0.98% 0.75% -
XYZ 21.58 11.23 1.12 -
YUV 61.56 94.96 220.33 -
System Red Green Blue C M Y K H S L
Decimal 191 7 3 0 0.96 0.98 0.25 1.28 0.97 0.38
Hex BF 7 3 0 60 62 19 1 61 26
Octal 277 7 3 0 140 142 31 1 141 46
Binary 10111111 111 11 0 1100000 1100010 11001 1 1100001 100110

Color Harmonies of #BF0703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0703

Black with #BF0703

Text Example


Text Example

White with #BF0703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0703; }

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

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

background-color css

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

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

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

border-color css

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

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

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