Html Css Color HEX #D50904 Free Speech Red

📋 copy color: '#D50904'

red 213 ◦ green 9 ◦ blue 4

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

Shades of Free Speech Red #D50904

Tints of Free Speech Red #D50904

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.77%

R = 94.25%
G = 3.98%
B = 1.77%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D50904 (or 0xD50904) is known color: Free Speech Red. HEX triplet: D5, 09 and 04. RGB value is (213,9,4). Sum of RGB (Red+Green+Blue) = 213+9+4=226 (29% of max value = 765). Red value is 213 (83.59% from 255 or 94.25% from 226); Green value is 9 (3.91% from 255 or 3.98% from 226); Blue value is 4 (1.95% from 255 or 1.77% from 226); Max value from RGB is 213 - color contains mainly: red. Hex color #D50904 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D50904 is #2AF6FB. Grayscale: #454545. Windows color (decimal): -2815740 or 264661. OLE color: 264661.

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

Color convert

RGB 213 9 4 -
CMYK 0 0.96 0.98 0.16
HSL 1.44º 0.96% 0.43% -
HSV(B) 1.44º 0.98% 0.84% -
XYZ 27.56 14.35 1.43 -
YUV 69.43 91.09 230.41 -
System Red Green Blue C M Y K H S L
Decimal 213 9 4 0 0.96 0.98 0.16 1.44 0.96 0.43
Hex D5 9 4 0 60 62 10 1 60 2B
Octal 325 11 4 0 140 142 20 1 140 53
Binary 11010101 1001 100 0 1100000 1100010 10000 1 1100000 101011

Color Harmonies of #D50904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50904

Black with #D50904

Text Example


Text Example

White with #D50904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50904; }

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

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

background-color css

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

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

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

border-color css

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

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

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