Html Css Color HEX #D61409 Free Speech Red

📋 copy color: '#D61409'

red 214 ◦ green 20 ◦ blue 9

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

Shades of Free Speech Red #D61409

Tints of Free Speech Red #D61409

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.7%

R = 88.07%
G = 8.23%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D61409 (or 0xD61409) is known color: Free Speech Red. HEX triplet: D6, 14 and 09. RGB value is (214,20,9). Sum of RGB (Red+Green+Blue) = 214+20+9=243 (32% of max value = 765). Red value is 214 (83.98% from 255 or 88.07% from 243); Green value is 20 (8.20% from 255 or 8.23% from 243); Blue value is 9 (3.91% from 255 or 3.70% from 243); Max value from RGB is 214 - color contains mainly: red. Hex color #D61409 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D61409 is #29EBF6. Grayscale: #4C4C4C. Windows color (decimal): -2747383 or 595158. OLE color: 595158.

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

Color convert

RGB 214 20 9 -
CMYK 0 0.91 0.96 0.16
HSL 3.22º 0.92% 0.44% -
HSV(B) 3.22º 0.96% 0.84% -
XYZ 28.03 14.82 1.64 -
YUV 76.75 89.77 225.89 -
System Red Green Blue C M Y K H S L
Decimal 214 20 9 0 0.91 0.96 0.16 3.22 0.92 0.44
Hex D6 14 9 0 5B 60 10 3 5C 2C
Octal 326 24 11 0 133 140 20 3 134 54
Binary 11010110 10100 1001 0 1011011 1100000 10000 11 1011100 101100

Color Harmonies of #D61409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61409

Black with #D61409

Text Example


Text Example

White with #D61409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61409; }

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

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

background-color css

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

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

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

border-color css

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

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

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