Html Css Color HEX #D61515 Free Speech Red

📋 copy color: '#D61515'

red 214 ◦ green 21 ◦ blue 21

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

Shades of Free Speech Red #D61515

Tints of Free Speech Red #D61515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.2%

R = 83.59%
G = 8.2%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D61515 (or 0xD61515) is known color: Free Speech Red. HEX triplet: D6, 15 and 15. RGB value is (214,21,21). Sum of RGB (Red+Green+Blue) = 214+21+21=256 (33% of max value = 765). Red value is 214 (83.98% from 255 or 83.59% from 256); Green value is 21 (8.59% from 255 or 8.20% from 256); Blue value is 21 (8.59% from 255 or 8.20% from 256); Max value from RGB is 214 - color contains mainly: red. Hex color #D61515 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D61515 is #29EAEA. Grayscale: #4E4E4E. Windows color (decimal): -2747115 or 1381846. OLE color: 1381846.

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

Color convert

RGB 214 21 21 -
CMYK 0 0.90 0.90 0.16
HSL 0.82% 0.46% -
HSV(B) 0.9% 0.84% -
XYZ 28.14 14.89 2.1 -
YUV 78.71 95.44 224.5 -
System Red Green Blue C M Y K H S L
Decimal 214 21 21 0 0.90 0.90 0.16 0 0.82 0.46
Hex D6 15 15 0 5A 5A 10 0 52 2E
Octal 326 25 25 0 132 132 20 0 122 56
Binary 11010110 10101 10101 0 1011010 1011010 10000 0 1010010 101110

Color Harmonies of #D61515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61515

Black with #D61515

Text Example


Text Example

White with #D61515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61515; }

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

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

background-color css

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

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

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

border-color css

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

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

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