Html Css Color HEX #BD1101 Free Speech Red

📋 copy color: '#BD1101'

red 189 ◦ green 17 ◦ blue 1

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

Shades of Free Speech Red #BD1101

Tints of Free Speech Red #BD1101

RGB

 RED value IS 189 (74.22% from 255) = 91.3%

 GREEN value IS 17 (7.03% from 255) = 8.21%

 BLUE value IS 1 (0.78% from 255) = 0.48%

R = 91.3%
G = 8.21%
B = 0.48%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BD1101 (or 0xBD1101) is known color: Free Speech Red. HEX triplet: BD, 11 and 01. RGB value is (189,17,1). Sum of RGB (Red+Green+Blue) = 189+17+1=207 (27% of max value = 765). Red value is 189 (74.22% from 255 or 91.30% from 207); Green value is 17 (7.03% from 255 or 8.21% from 207); Blue value is 1 (0.78% from 255 or 0.48% from 207); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1101 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD1101 is #42EEFE. Grayscale: #424242. Windows color (decimal): -4386559 or 70077. OLE color: 70077.

HSL color Cylindrical-coordinate representation of color #BD1101: hue angle of 5.11º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BD1101 is Cyan = 0, Magento = 0.91, Yellow = 0.99 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 17 1 -
CMYK 0 0.91 0.99 0.26
HSL 5.11º 0.99% 0.37% -
HSV(B) 5.11º 0.99% 0.74% -
XYZ 21.19 11.22 1.08 -
YUV 66.6 90.98 215.3 -
System Red Green Blue C M Y K H S L
Decimal 189 17 1 0 0.91 0.99 0.26 5.11 0.99 0.37
Hex BD 11 1 0 5B 63 1A 5 63 25
Octal 275 21 1 0 133 143 32 5 143 45
Binary 10111101 10001 1 0 1011011 1100011 11010 101 1100011 100101

Color Harmonies of #BD1101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1101

Black with #BD1101

Text Example


Text Example

White with #BD1101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1101; }

 p { color: rgb(189,17,1); }

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

background-color css

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

 a { background-color: rgb(189,17,1); }

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

border-color css

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

 span { border-color: rgb(189,17,1); }

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