Html Css Color HEX #DA1512 Free Speech Red

📋 copy color: '#DA1512'

red 218 ◦ green 21 ◦ blue 18

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

Shades of Free Speech Red #DA1512

Tints of Free Speech Red #DA1512

RGB

 RED value IS 218 (85.55% from 255) = 84.82%

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

 BLUE value IS 18 (7.42% from 255) = 7%

R = 84.82%
G = 8.17%
B = 7%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#DA1512 (or 0xDA1512) is known color: Free Speech Red. HEX triplet: DA, 15 and 12. RGB value is (218,21,18). Sum of RGB (Red+Green+Blue) = 218+21+18=257 (34% of max value = 765). Red value is 218 (85.55% from 255 or 84.82% from 257); Green value is 21 (8.59% from 255 or 8.17% from 257); Blue value is 18 (7.42% from 255 or 7.00% from 257); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1512 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA1512 is #25EAED. Grayscale: #4F4F4F. Windows color (decimal): -2484974 or 1185242. OLE color: 1185242.

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

Color convert

RGB 218 21 18 -
CMYK 0 0.90 0.92 0.15
HSL 0.9º 0.85% 0.46% -
HSV(B) 0.9º 0.92% 0.85% -
XYZ 29.29 15.49 2.02 -
YUV 79.56 93.27 226.74 -
System Red Green Blue C M Y K H S L
Decimal 218 21 18 0 0.90 0.92 0.15 0.9 0.85 0.46
Hex DA 15 12 0 5A 5C F 1 55 2E
Octal 332 25 22 0 132 134 17 1 125 56
Binary 11011010 10101 10010 0 1011010 1011100 1111 1 1010101 101110

Color Harmonies of #DA1512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1512

Black with #DA1512

Text Example


Text Example

White with #DA1512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1512; }

 p { color: rgb(218,21,18); }

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

background-color css

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

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

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

border-color css

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

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

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