Html Css Color HEX #D50907 Free Speech Red

📋 copy color: '#D50907'

red 213 ◦ green 9 ◦ blue 7

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

Shades of Free Speech Red #D50907

Tints of Free Speech Red #D50907

RGB

 RED value IS 213 (83.59% from 255) = 93.01%

 GREEN value IS 9 (3.91% from 255) = 3.93%

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

R = 93.01%
G = 3.93%
B = 3.06%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D50907 (or 0xD50907) is known color: Free Speech Red. HEX triplet: D5, 09 and 07. RGB value is (213,9,7). Sum of RGB (Red+Green+Blue) = 213+9+7=229 (30% of max value = 765). Red value is 213 (83.59% from 255 or 93.01% from 229); Green value is 9 (3.91% from 255 or 3.93% from 229); Blue value is 7 (3.12% from 255 or 3.06% from 229); Max value from RGB is 213 - color contains mainly: red. Hex color #D50907 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D50907 is #2AF6F8. Grayscale: #454545. Windows color (decimal): -2815737 or 461269. OLE color: 461269.

HSL color Cylindrical-coordinate representation of color #D50907: hue angle of 0.58º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D50907 is Cyan = 0, Magento = 0.96, Yellow = 0.97 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 9 7 -
CMYK 0 0.96 0.97 0.16
HSL 0.58º 0.94% 0.43% -
HSV(B) 0.58º 0.97% 0.84% -
XYZ 27.58 14.36 1.52 -
YUV 69.77 92.59 230.16 -
System Red Green Blue C M Y K H S L
Decimal 213 9 7 0 0.96 0.97 0.16 0.58 0.94 0.43
Hex D5 9 7 0 60 61 10 1 5E 2B
Octal 325 11 7 0 140 141 20 1 136 53
Binary 11010101 1001 111 0 1100000 1100001 10000 1 1011110 101011

Color Harmonies of #D50907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50907

Black with #D50907

Text Example


Text Example

White with #D50907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50907; }

 p { color: rgb(213,9,7); }

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

background-color css

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

 a { background-color: rgb(213,9,7); }

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

border-color css

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

 span { border-color: rgb(213,9,7); }

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