Html Css Color HEX #D4140C Free Speech Red

📋 copy color: '#D4140C'

red 212 ◦ green 20 ◦ blue 12

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

Shades of Free Speech Red #D4140C

Tints of Free Speech Red #D4140C

RGB

 RED value IS 212 (83.2% from 255) = 86.89%

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

 BLUE value IS 12 (5.08% from 255) = 4.92%

R = 86.89%
G = 8.2%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#D4140C (or 0xD4140C) is known color: Free Speech Red. HEX triplet: D4, 14 and 0C. RGB value is (212,20,12). Sum of RGB (Red+Green+Blue) = 212+20+12=244 (32% of max value = 765). Red value is 212 (83.20% from 255 or 86.89% from 244); Green value is 20 (8.20% from 255 or 8.20% from 244); Blue value is 12 (5.08% from 255 or 4.92% from 244); Max value from RGB is 212 - color contains mainly: red. Hex color #D4140C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D4140C is #2BEBF3. Grayscale: #4C4C4C. Windows color (decimal): -2878452 or 791764. OLE color: 791764.

HSL color Cylindrical-coordinate representation of color #D4140C: hue angle of 2.4º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D4140C is Cyan = 0, Magento = 0.91, Yellow = 0.94 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 20 12 -
CMYK 0 0.91 0.94 0.17
HSL 2.4º 0.89% 0.44% -
HSV(B) 2.4º 0.94% 0.83% -
XYZ 27.47 14.52 1.7 -
YUV 76.5 91.61 224.65 -
System Red Green Blue C M Y K H S L
Decimal 212 20 12 0 0.91 0.94 0.17 2.4 0.89 0.44
Hex D4 14 C 0 5B 5E 11 2 59 2C
Octal 324 24 14 0 133 136 21 2 131 54
Binary 11010100 10100 1100 0 1011011 1011110 10001 10 1011001 101100

Color Harmonies of #D4140C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4140C

Black with #D4140C

Text Example


Text Example

White with #D4140C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4140C; }

 p { color: rgb(212,20,12); }

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

background-color css

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

 a { background-color: rgb(212,20,12); }

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

border-color css

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

 span { border-color: rgb(212,20,12); }

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