Html Css Color HEX #D5140C Free Speech Red

📋 copy color: '#D5140C'

red 213 ◦ green 20 ◦ blue 12

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

Shades of Free Speech Red #D5140C

Tints of Free Speech Red #D5140C

RGB

 RED value IS 213 (83.59% from 255) = 86.94%

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

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

R = 86.94%
G = 8.16%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D5140C (or 0xD5140C) is known color: Free Speech Red. HEX triplet: D5, 14 and 0C. RGB value is (213,20,12). Sum of RGB (Red+Green+Blue) = 213+20+12=245 (32% of max value = 765). Red value is 213 (83.59% from 255 or 86.94% from 245); Green value is 20 (8.20% from 255 or 8.16% from 245); Blue value is 12 (5.08% from 255 or 4.90% from 245); Max value from RGB is 213 - color contains mainly: red. Hex color #D5140C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D5140C is #2AEBF3. Grayscale: #4D4D4D. Windows color (decimal): -2812916 or 791765. OLE color: 791765.

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

Color convert

RGB 213 20 12 -
CMYK 0 0.91 0.94 0.16
HSL 2.39º 0.89% 0.44% -
HSV(B) 2.39º 0.94% 0.84% -
XYZ 27.76 14.67 1.72 -
YUV 76.8 91.44 225.15 -
System Red Green Blue C M Y K H S L
Decimal 213 20 12 0 0.91 0.94 0.16 2.39 0.89 0.44
Hex D5 14 C 0 5B 5E 10 2 59 2C
Octal 325 24 14 0 133 136 20 2 131 54
Binary 11010101 10100 1100 0 1011011 1011110 10000 10 1011001 101100

Color Harmonies of #D5140C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5140C

Black with #D5140C

Text Example


Text Example

White with #D5140C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5140C; }

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

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

background-color css

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

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

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

border-color css

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

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

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