Html Css Color HEX #D51204 Free Speech Red

📋 copy color: '#D51204'

red 213 ◦ green 18 ◦ blue 4

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

Shades of Free Speech Red #D51204

Tints of Free Speech Red #D51204

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.66%

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

R = 90.64%
G = 7.66%
B = 1.7%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D51204 (or 0xD51204) is known color: Free Speech Red. HEX triplet: D5, 12 and 04. RGB value is (213,18,4). Sum of RGB (Red+Green+Blue) = 213+18+4=235 (31% of max value = 765). Red value is 213 (83.59% from 255 or 90.64% from 235); Green value is 18 (7.42% from 255 or 7.66% from 235); Blue value is 4 (1.95% from 255 or 1.70% from 235); Max value from RGB is 213 - color contains mainly: red. Hex color #D51204 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D51204 is #2AEDFB. Grayscale: #4A4A4A. Windows color (decimal): -2813436 or 266965. OLE color: 266965.

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

Color convert

RGB 213 18 4 -
CMYK 0 0.92 0.98 0.16
HSL 4.02º 0.96% 0.43% -
HSV(B) 4.02º 0.98% 0.84% -
XYZ 27.68 14.59 1.47 -
YUV 74.71 88.1 226.64 -
System Red Green Blue C M Y K H S L
Decimal 213 18 4 0 0.92 0.98 0.16 4.02 0.96 0.43
Hex D5 12 4 0 5C 62 10 4 60 2B
Octal 325 22 4 0 134 142 20 4 140 53
Binary 11010101 10010 100 0 1011100 1100010 10000 100 1100000 101011

Color Harmonies of #D51204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51204

Black with #D51204

Text Example


Text Example

White with #D51204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51204; }

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

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

background-color css

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

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

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

border-color css

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

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

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