Html Css Color HEX #D6150B Free Speech Red

📋 copy color: '#D6150B'

red 214 ◦ green 21 ◦ blue 11

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

Shades of Free Speech Red #D6150B

Tints of Free Speech Red #D6150B

RGB

 RED value IS 214 (83.98% from 255) = 86.99%

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

 BLUE value IS 11 (4.69% from 255) = 4.47%

R = 86.99%
G = 8.54%
B = 4.47%

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

#D6150B (or 0xD6150B) is known color: Free Speech Red. HEX triplet: D6, 15 and 0B. RGB value is (214,21,11). Sum of RGB (Red+Green+Blue) = 214+21+11=246 (32% of max value = 765). Red value is 214 (83.98% from 255 or 86.99% from 246); Green value is 21 (8.59% from 255 or 8.54% from 246); Blue value is 11 (4.69% from 255 or 4.47% from 246); Max value from RGB is 214 - color contains mainly: red. Hex color #D6150B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D6150B is #29EAF4. Grayscale: #4D4D4D. Windows color (decimal): -2747125 or 726486. OLE color: 726486.

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

Color convert

RGB 214 21 11 -
CMYK 0 0.90 0.95 0.16
HSL 2.96º 0.9% 0.44% -
HSV(B) 2.96º 0.95% 0.84% -
XYZ 28.06 14.86 1.71 -
YUV 77.57 90.44 225.31 -
System Red Green Blue C M Y K H S L
Decimal 214 21 11 0 0.90 0.95 0.16 2.96 0.9 0.44
Hex D6 15 B 0 5A 5F 10 3 5A 2C
Octal 326 25 13 0 132 137 20 3 132 54
Binary 11010110 10101 1011 0 1011010 1011111 10000 11 1011010 101100

Color Harmonies of #D6150B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6150B

Black with #D6150B

Text Example


Text Example

White with #D6150B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6150B; }

 p { color: rgb(214,21,11); }

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

background-color css

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

 a { background-color: rgb(214,21,11); }

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

border-color css

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

 span { border-color: rgb(214,21,11); }

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