Html Css Color HEX #D5120D Free Speech Red

📋 copy color: '#D5120D'

red 213 ◦ green 18 ◦ blue 13

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

Shades of Free Speech Red #D5120D

Tints of Free Speech Red #D5120D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.38%

 BLUE value IS 13 (5.47% from 255) = 5.33%

R = 87.3%
G = 7.38%
B = 5.33%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D5120D (or 0xD5120D) is known color: Free Speech Red. HEX triplet: D5, 12 and 0D. RGB value is (213,18,13). Sum of RGB (Red+Green+Blue) = 213+18+13=244 (32% of max value = 765). Red value is 213 (83.59% from 255 or 87.30% from 244); Green value is 18 (7.42% from 255 or 7.38% from 244); Blue value is 13 (5.47% from 255 or 5.33% from 244); Max value from RGB is 213 - color contains mainly: red. Hex color #D5120D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D5120D is #2AEDF2. Grayscale: #4B4B4B. Windows color (decimal): -2813427 or 856789. OLE color: 856789.

HSL color Cylindrical-coordinate representation of color #D5120D: hue angle of 1.5º degrees, saturation: 0.88, 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 #D5120D is Cyan = 0, Magento = 0.92, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 18 13 -
CMYK 0 0.92 0.94 0.16
HSL 1.5º 0.88% 0.44% -
HSV(B) 1.5º 0.94% 0.84% -
XYZ 27.73 14.61 1.74 -
YUV 75.74 92.6 225.91 -
System Red Green Blue C M Y K H S L
Decimal 213 18 13 0 0.92 0.94 0.16 1.5 0.88 0.44
Hex D5 12 D 0 5C 5E 10 2 58 2C
Octal 325 22 15 0 134 136 20 2 130 54
Binary 11010101 10010 1101 0 1011100 1011110 10000 10 1011000 101100

Color Harmonies of #D5120D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5120D

Black with #D5120D

Text Example


Text Example

White with #D5120D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5120D; }

 p { color: rgb(213,18,13); }

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

background-color css

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

 a { background-color: rgb(213,18,13); }

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

border-color css

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

 span { border-color: rgb(213,18,13); }

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