Html Css Color HEX #D61404 Free Speech Red

📋 copy color: '#D61404'

red 214 ◦ green 20 ◦ blue 4

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

Shades of Free Speech Red #D61404

Tints of Free Speech Red #D61404

RGB

 RED value IS 214 (83.98% from 255) = 89.92%

 GREEN value IS 20 (8.2% from 255) = 8.4%

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

R = 89.92%
G = 8.4%
B = 1.68%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D61404 (or 0xD61404) is known color: Free Speech Red. HEX triplet: D6, 14 and 04. RGB value is (214,20,4). Sum of RGB (Red+Green+Blue) = 214+20+4=238 (31% of max value = 765). Red value is 214 (83.98% from 255 or 89.92% from 238); Green value is 20 (8.20% from 255 or 8.40% from 238); Blue value is 4 (1.95% from 255 or 1.68% from 238); Max value from RGB is 214 - color contains mainly: red. Hex color #D61404 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D61404 is #29EBFB. Grayscale: #4C4C4C. Windows color (decimal): -2747388 or 267478. OLE color: 267478.

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

Color convert

RGB 214 20 4 -
CMYK 0 0.91 0.98 0.16
HSL 4.57º 0.96% 0.43% -
HSV(B) 4.57º 0.98% 0.84% -
XYZ 28 14.81 1.5 -
YUV 76.18 87.27 226.3 -
System Red Green Blue C M Y K H S L
Decimal 214 20 4 0 0.91 0.98 0.16 4.57 0.96 0.43
Hex D6 14 4 0 5B 62 10 5 60 2B
Octal 326 24 4 0 133 142 20 5 140 53
Binary 11010110 10100 100 0 1011011 1100010 10000 101 1100000 101011

Color Harmonies of #D61404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61404

Black with #D61404

Text Example


Text Example

White with #D61404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61404; }

 p { color: rgb(214,20,4); }

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

background-color css

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

 a { background-color: rgb(214,20,4); }

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

border-color css

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

 span { border-color: rgb(214,20,4); }

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