Html Css Color HEX #D6140A Free Speech Red

📋 copy color: '#D6140A'

red 214 ◦ green 20 ◦ blue 10

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

Shades of Free Speech Red #D6140A

Tints of Free Speech Red #D6140A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.1%

R = 87.7%
G = 8.2%
B = 4.1%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D6140A (or 0xD6140A) is known color: Free Speech Red. HEX triplet: D6, 14 and 0A. RGB value is (214,20,10). Sum of RGB (Red+Green+Blue) = 214+20+10=244 (32% of max value = 765). Red value is 214 (83.98% from 255 or 87.70% from 244); Green value is 20 (8.20% from 255 or 8.20% from 244); Blue value is 10 (4.30% from 255 or 4.10% from 244); Max value from RGB is 214 - color contains mainly: red. Hex color #D6140A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D6140A is #29EBF5. Grayscale: #4D4D4D. Windows color (decimal): -2747382 or 660694. OLE color: 660694.

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

Color convert

RGB 214 20 10 -
CMYK 0 0.91 0.95 0.16
HSL 2.94º 0.91% 0.44% -
HSV(B) 2.94º 0.95% 0.84% -
XYZ 28.04 14.82 1.67 -
YUV 76.87 90.27 225.81 -
System Red Green Blue C M Y K H S L
Decimal 214 20 10 0 0.91 0.95 0.16 2.94 0.91 0.44
Hex D6 14 A 0 5B 5F 10 3 5B 2C
Octal 326 24 12 0 133 137 20 3 133 54
Binary 11010110 10100 1010 0 1011011 1011111 10000 11 1011011 101100

Color Harmonies of #D6140A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6140A

Black with #D6140A

Text Example


Text Example

White with #D6140A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6140A; }

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

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

background-color css

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

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

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

border-color css

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

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

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