Html Css Color HEX #D61407 Free Speech Red

📋 copy color: '#D61407'

red 214 ◦ green 20 ◦ blue 7

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

Shades of Free Speech Red #D61407

Tints of Free Speech Red #D61407

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.9%

R = 88.8%
G = 8.3%
B = 2.9%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D61407 (or 0xD61407) is known color: Free Speech Red. HEX triplet: D6, 14 and 07. RGB value is (214,20,7). Sum of RGB (Red+Green+Blue) = 214+20+7=241 (31% of max value = 765). Red value is 214 (83.98% from 255 or 88.80% from 241); Green value is 20 (8.20% from 255 or 8.30% from 241); Blue value is 7 (3.12% from 255 or 2.90% from 241); Max value from RGB is 214 - color contains mainly: red. Hex color #D61407 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D61407 is #29EBF8. Grayscale: #4C4C4C. Windows color (decimal): -2747385 or 464086. OLE color: 464086.

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

Color convert

RGB 214 20 7 -
CMYK 0 0.91 0.97 0.16
HSL 3.77º 0.94% 0.43% -
HSV(B) 3.77º 0.97% 0.84% -
XYZ 28.02 14.81 1.58 -
YUV 76.52 88.77 226.06 -
System Red Green Blue C M Y K H S L
Decimal 214 20 7 0 0.91 0.97 0.16 3.77 0.94 0.43
Hex D6 14 7 0 5B 61 10 4 5E 2B
Octal 326 24 7 0 133 141 20 4 136 53
Binary 11010110 10100 111 0 1011011 1100001 10000 100 1011110 101011

Color Harmonies of #D61407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61407

Black with #D61407

Text Example


Text Example

White with #D61407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61407; }

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

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

background-color css

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

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

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

border-color css

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

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

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