Html Css Color HEX #BE1509 Free Speech Red

📋 copy color: '#BE1509'

red 190 ◦ green 21 ◦ blue 9

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

Shades of Free Speech Red #BE1509

Tints of Free Speech Red #BE1509

RGB

 RED value IS 190 (74.61% from 255) = 86.36%

 GREEN value IS 21 (8.59% from 255) = 9.55%

 BLUE value IS 9 (3.91% from 255) = 4.09%

R = 86.36%
G = 9.55%
B = 4.09%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#BE1509 (or 0xBE1509) is known color: Free Speech Red. HEX triplet: BE, 15 and 09. RGB value is (190,21,9). Sum of RGB (Red+Green+Blue) = 190+21+9=220 (29% of max value = 765). Red value is 190 (74.61% from 255 or 86.36% from 220); Green value is 21 (8.59% from 255 or 9.55% from 220); Blue value is 9 (3.91% from 255 or 4.09% from 220); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1509 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE1509 is #41EAF6. Grayscale: #464646. Windows color (decimal): -4319991 or 595390. OLE color: 595390.

HSL color Cylindrical-coordinate representation of color #BE1509: hue angle of 3.98º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BE1509 is Cyan = 0, Magento = 0.89, Yellow = 0.95 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 21 9 -
CMYK 0 0.89 0.95 0.25
HSL 3.98º 0.91% 0.39% -
HSV(B) 3.98º 0.95% 0.75% -
XYZ 21.55 11.5 1.34 -
YUV 70.16 93.49 213.48 -
System Red Green Blue C M Y K H S L
Decimal 190 21 9 0 0.89 0.95 0.25 3.98 0.91 0.39
Hex BE 15 9 0 59 5F 19 4 5B 27
Octal 276 25 11 0 131 137 31 4 133 47
Binary 10111110 10101 1001 0 1011001 1011111 11001 100 1011011 100111

Color Harmonies of #BE1509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1509

Black with #BE1509

Text Example


Text Example

White with #BE1509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1509; }

 p { color: rgb(190,21,9); }

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

background-color css

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

 a { background-color: rgb(190,21,9); }

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

border-color css

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

 span { border-color: rgb(190,21,9); }

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