Html Css Color HEX #BD1007 Free Speech Red

📋 copy color: '#BD1007'

red 189 ◦ green 16 ◦ blue 7

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

Shades of Free Speech Red #BD1007

Tints of Free Speech Red #BD1007

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.55%

 BLUE value IS 7 (3.13% from 255) = 3.3%

R = 89.15%
G = 7.55%
B = 3.3%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#BD1007 (or 0xBD1007) is known color: Free Speech Red. HEX triplet: BD, 10 and 07. RGB value is (189,16,7). Sum of RGB (Red+Green+Blue) = 189+16+7=212 (28% of max value = 765). Red value is 189 (74.22% from 255 or 89.15% from 212); Green value is 16 (6.64% from 255 or 7.55% from 212); Blue value is 7 (3.12% from 255 or 3.30% from 212); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1007 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD1007 is #42EFF8. Grayscale: #424242. Windows color (decimal): -4386809 or 463037. OLE color: 463037.

HSL color Cylindrical-coordinate representation of color #BD1007: hue angle of 2.97º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BD1007 is Cyan = 0, Magento = 0.92, Yellow = 0.96 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 16 7 -
CMYK 0 0.92 0.96 0.26
HSL 2.97º 0.93% 0.38% -
HSV(B) 2.97º 0.96% 0.74% -
XYZ 21.21 11.2 1.25 -
YUV 66.7 94.31 215.23 -
System Red Green Blue C M Y K H S L
Decimal 189 16 7 0 0.92 0.96 0.26 2.97 0.93 0.38
Hex BD 10 7 0 5C 60 1A 3 5D 26
Octal 275 20 7 0 134 140 32 3 135 46
Binary 10111101 10000 111 0 1011100 1100000 11010 11 1011101 100110

Color Harmonies of #BD1007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1007

Black with #BD1007

Text Example


Text Example

White with #BD1007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1007; }

 p { color: rgb(189,16,7); }

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

background-color css

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

 a { background-color: rgb(189,16,7); }

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

border-color css

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

 span { border-color: rgb(189,16,7); }

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