Html Css Color HEX #D7150C Free Speech Red

📋 copy color: '#D7150C'

red 215 ◦ green 21 ◦ blue 12

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

Shades of Free Speech Red #D7150C

Tints of Free Speech Red #D7150C

RGB

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

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

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

R = 86.69%
G = 8.47%
B = 4.84%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D7150C (or 0xD7150C) is known color: Free Speech Red. HEX triplet: D7, 15 and 0C. RGB value is (215,21,12). Sum of RGB (Red+Green+Blue) = 215+21+12=248 (32% of max value = 765). Red value is 215 (84.38% from 255 or 86.69% from 248); Green value is 21 (8.59% from 255 or 8.47% from 248); Blue value is 12 (5.08% from 255 or 4.84% from 248); Max value from RGB is 215 - color contains mainly: red. Hex color #D7150C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D7150C is #28EAF3. Grayscale: #4E4E4E. Windows color (decimal): -2681588 or 792023. OLE color: 792023.

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

Color convert

RGB 215 21 12 -
CMYK 0 0.90 0.94 0.16
HSL 2.66º 0.89% 0.45% -
HSV(B) 2.66º 0.94% 0.84% -
XYZ 28.36 15.01 1.75 -
YUV 77.98 90.77 225.73 -
System Red Green Blue C M Y K H S L
Decimal 215 21 12 0 0.90 0.94 0.16 2.66 0.89 0.45
Hex D7 15 C 0 5A 5E 10 3 59 2D
Octal 327 25 14 0 132 136 20 3 131 55
Binary 11010111 10101 1100 0 1011010 1011110 10000 11 1011001 101101

Color Harmonies of #D7150C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7150C

Black with #D7150C

Text Example


Text Example

White with #D7150C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7150C; }

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

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

background-color css

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

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

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

border-color css

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

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

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