Html Css Color HEX #D61504 Free Speech Red

📋 copy color: '#D61504'

red 214 ◦ green 21 ◦ blue 4

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

Shades of Free Speech Red #D61504

Tints of Free Speech Red #D61504

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.79%

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

R = 89.54%
G = 8.79%
B = 1.67%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D61504 (or 0xD61504) is known color: Free Speech Red. HEX triplet: D6, 15 and 04. RGB value is (214,21,4). Sum of RGB (Red+Green+Blue) = 214+21+4=239 (31% of max value = 765). Red value is 214 (83.98% from 255 or 89.54% from 239); Green value is 21 (8.59% from 255 or 8.79% from 239); Blue value is 4 (1.95% from 255 or 1.67% from 239); Max value from RGB is 214 - color contains mainly: red. Hex color #D61504 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D61504 is #29EAFB. Grayscale: #4D4D4D. Windows color (decimal): -2747132 or 267734. OLE color: 267734.

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

Color convert

RGB 214 21 4 -
CMYK 0 0.90 0.98 0.16
HSL 4.86º 0.96% 0.43% -
HSV(B) 4.86º 0.98% 0.84% -
XYZ 28.02 14.84 1.5 -
YUV 76.77 86.94 225.88 -
System Red Green Blue C M Y K H S L
Decimal 214 21 4 0 0.90 0.98 0.16 4.86 0.96 0.43
Hex D6 15 4 0 5A 62 10 5 60 2B
Octal 326 25 4 0 132 142 20 5 140 53
Binary 11010110 10101 100 0 1011010 1100010 10000 101 1100000 101011

Color Harmonies of #D61504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61504

Black with #D61504

Text Example


Text Example

White with #D61504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61504; }

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

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

background-color css

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

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

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

border-color css

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

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

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