Html Css Color HEX #D5170A Free Speech Red

📋 copy color: '#D5170A'

red 213 ◦ green 23 ◦ blue 10

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

Shades of Free Speech Red #D5170A

Tints of Free Speech Red #D5170A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.35%

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

R = 86.59%
G = 9.35%
B = 4.07%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D5170A (or 0xD5170A) is known color: Free Speech Red. HEX triplet: D5, 17 and 0A. RGB value is (213,23,10). Sum of RGB (Red+Green+Blue) = 213+23+10=246 (32% of max value = 765). Red value is 213 (83.59% from 255 or 86.59% from 246); Green value is 23 (9.38% from 255 or 9.35% from 246); Blue value is 10 (4.30% from 255 or 4.07% from 246); Max value from RGB is 213 - color contains mainly: red. Hex color #D5170A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D5170A is #2AE8F5. Grayscale: #4E4E4E. Windows color (decimal): -2812150 or 661461. OLE color: 661461.

HSL color Cylindrical-coordinate representation of color #D5170A: hue angle of 3.84º 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 #D5170A is Cyan = 0, Magento = 0.89, Yellow = 0.95 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 23 10 -
CMYK 0 0.89 0.95 0.16
HSL 3.84º 0.91% 0.44% -
HSV(B) 3.84º 0.95% 0.84% -
XYZ 27.8 14.78 1.67 -
YUV 78.33 89.45 224.06 -
System Red Green Blue C M Y K H S L
Decimal 213 23 10 0 0.89 0.95 0.16 3.84 0.91 0.44
Hex D5 17 A 0 59 5F 10 4 5B 2C
Octal 325 27 12 0 131 137 20 4 133 54
Binary 11010101 10111 1010 0 1011001 1011111 10000 100 1011011 101100

Color Harmonies of #D5170A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5170A

Black with #D5170A

Text Example


Text Example

White with #D5170A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5170A; }

 p { color: rgb(213,23,10); }

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

background-color css

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

 a { background-color: rgb(213,23,10); }

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

border-color css

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

 span { border-color: rgb(213,23,10); }

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