Html Css Color HEX #DA1312 Free Speech Red

📋 copy color: '#DA1312'

red 218 ◦ green 19 ◦ blue 18

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

Shades of Free Speech Red #DA1312

Tints of Free Speech Red #DA1312

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.45%

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

R = 85.49%
G = 7.45%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#DA1312 (or 0xDA1312) is known color: Free Speech Red. HEX triplet: DA, 13 and 12. RGB value is (218,19,18). Sum of RGB (Red+Green+Blue) = 218+19+18=255 (33% of max value = 765). Red value is 218 (85.55% from 255 or 85.49% from 255); Green value is 19 (7.81% from 255 or 7.45% from 255); Blue value is 18 (7.42% from 255 or 7.06% from 255); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1312 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA1312 is #25ECED. Grayscale: #4E4E4E. Windows color (decimal): -2485486 or 1184730. OLE color: 1184730.

HSL color Cylindrical-coordinate representation of color #DA1312: hue angle of 0.3º 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 #DA1312 is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 19 18 -
CMYK 0 0.91 0.92 0.15
HSL 0.3º 0.85% 0.46% -
HSV(B) 0.3º 0.92% 0.85% -
XYZ 29.26 15.41 2.01 -
YUV 78.39 93.93 227.58 -
System Red Green Blue C M Y K H S L
Decimal 218 19 18 0 0.91 0.92 0.15 0.3 0.85 0.46
Hex DA 13 12 0 5B 5C F 0 55 2E
Octal 332 23 22 0 133 134 17 0 125 56
Binary 11011010 10011 10010 0 1011011 1011100 1111 0 1010101 101110

Color Harmonies of #DA1312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1312

Black with #DA1312

Text Example


Text Example

White with #DA1312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1312; }

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

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

background-color css

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

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

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

border-color css

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

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

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