Html Css Color HEX #D50704 Free Speech Red

📋 copy color: '#D50704'

red 213 ◦ green 7 ◦ blue 4

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

Shades of Free Speech Red #D50704

Tints of Free Speech Red #D50704

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.13%

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

R = 95.09%
G = 3.13%
B = 1.79%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D50704 (or 0xD50704) is known color: Free Speech Red. HEX triplet: D5, 07 and 04. RGB value is (213,7,4). Sum of RGB (Red+Green+Blue) = 213+7+4=224 (29% of max value = 765). Red value is 213 (83.59% from 255 or 95.09% from 224); Green value is 7 (3.12% from 255 or 3.12% from 224); Blue value is 4 (1.95% from 255 or 1.79% from 224); Max value from RGB is 213 - color contains mainly: red. Hex color #D50704 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D50704 is #2AF8FB. Grayscale: #444444. Windows color (decimal): -2816252 or 264149. OLE color: 264149.

HSL color Cylindrical-coordinate representation of color #D50704: hue angle of 0.86º 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 #D50704 is Cyan = 0, Magento = 0.97, Yellow = 0.98 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 7 4 -
CMYK 0 0.97 0.98 0.16
HSL 0.86º 0.96% 0.43% -
HSV(B) 0.86º 0.98% 0.84% -
XYZ 27.54 14.31 1.42 -
YUV 68.25 91.75 231.24 -
System Red Green Blue C M Y K H S L
Decimal 213 7 4 0 0.97 0.98 0.16 0.86 0.96 0.43
Hex D5 7 4 0 61 62 10 1 60 2B
Octal 325 7 4 0 141 142 20 1 140 53
Binary 11010101 111 100 0 1100001 1100010 10000 1 1100000 101011

Color Harmonies of #D50704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50704

Black with #D50704

Text Example


Text Example

White with #D50704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50704; }

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

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

background-color css

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

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

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

border-color css

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

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

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