Html Css Color HEX #D7150A Free Speech Red

📋 copy color: '#D7150A'

red 215 ◦ green 21 ◦ blue 10

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

Shades of Free Speech Red #D7150A

Tints of Free Speech Red #D7150A

RGB

 RED value IS 215 (84.38% from 255) = 87.4%

 GREEN value IS 21 (8.59% from 255) = 8.54%

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

R = 87.4%
G = 8.54%
B = 4.07%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D7150A (or 0xD7150A) is known color: Free Speech Red. HEX triplet: D7, 15 and 0A. RGB value is (215,21,10). Sum of RGB (Red+Green+Blue) = 215+21+10=246 (32% of max value = 765). Red value is 215 (84.38% from 255 or 87.40% from 246); Green value is 21 (8.59% from 255 or 8.54% from 246); Blue value is 10 (4.30% from 255 or 4.07% from 246); Max value from RGB is 215 - color contains mainly: red. Hex color #D7150A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D7150A is #28EAF5. Grayscale: #4D4D4D. Windows color (decimal): -2681590 or 660951. OLE color: 660951.

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

Color convert

RGB 215 21 10 -
CMYK 0 0.90 0.95 0.16
HSL 3.22º 0.91% 0.44% -
HSV(B) 3.22º 0.95% 0.84% -
XYZ 28.35 15.01 1.69 -
YUV 77.75 89.77 225.89 -
System Red Green Blue C M Y K H S L
Decimal 215 21 10 0 0.90 0.95 0.16 3.22 0.91 0.44
Hex D7 15 A 0 5A 5F 10 3 5B 2C
Octal 327 25 12 0 132 137 20 3 133 54
Binary 11010111 10101 1010 0 1011010 1011111 10000 11 1011011 101100

Color Harmonies of #D7150A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7150A

Black with #D7150A

Text Example


Text Example

White with #D7150A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7150A; }

 p { color: rgb(215,21,10); }

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

background-color css

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

 a { background-color: rgb(215,21,10); }

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

border-color css

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

 span { border-color: rgb(215,21,10); }

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