Html Css Color HEX #D6150F Free Speech Red

📋 copy color: '#D6150F'

red 214 ◦ green 21 ◦ blue 15

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

Shades of Free Speech Red #D6150F

Tints of Free Speech Red #D6150F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6%

R = 85.6%
G = 8.4%
B = 6%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D6150F (or 0xD6150F) is known color: Free Speech Red. HEX triplet: D6, 15 and 0F. RGB value is (214,21,15). Sum of RGB (Red+Green+Blue) = 214+21+15=250 (33% of max value = 765). Red value is 214 (83.98% from 255 or 85.6% from 250); Green value is 21 (8.59% from 255 or 8.4% from 250); Blue value is 15 (6.25% from 255 or 6% from 250); Max value from RGB is 214 - color contains mainly: red. Hex color #D6150F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D6150F is #29EAF0. Grayscale: #4E4E4E. Windows color (decimal): -2747121 or 988630. OLE color: 988630.

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

Color convert

RGB 214 21 15 -
CMYK 0 0.90 0.93 0.16
HSL 1.81º 0.87% 0.45% -
HSV(B) 1.81º 0.93% 0.84% -
XYZ 28.09 14.87 1.84 -
YUV 78.02 92.44 224.99 -
System Red Green Blue C M Y K H S L
Decimal 214 21 15 0 0.90 0.93 0.16 1.81 0.87 0.45
Hex D6 15 F 0 5A 5D 10 2 57 2D
Octal 326 25 17 0 132 135 20 2 127 55
Binary 11010110 10101 1111 0 1011010 1011101 10000 10 1010111 101101

Color Harmonies of #D6150F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6150F

Black with #D6150F

Text Example


Text Example

White with #D6150F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6150F; }

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

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

background-color css

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

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

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

border-color css

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

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

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