Html Css Color HEX #DA120C Free Speech Red

📋 copy color: '#DA120C'

red 218 ◦ green 18 ◦ blue 12

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

Shades of Free Speech Red #DA120C

Tints of Free Speech Red #DA120C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.26%

 BLUE value IS 12 (5.08% from 255) = 4.84%

R = 87.9%
G = 7.26%
B = 4.84%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DA120C (or 0xDA120C) is known color: Free Speech Red. HEX triplet: DA, 12 and 0C. RGB value is (218,18,12). Sum of RGB (Red+Green+Blue) = 218+18+12=248 (32% of max value = 765). Red value is 218 (85.55% from 255 or 87.90% from 248); Green value is 18 (7.42% from 255 or 7.26% from 248); Blue value is 12 (5.08% from 255 or 4.84% from 248); Max value from RGB is 218 - color contains mainly: red. Hex color #DA120C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA120C is #25EDF3. Grayscale: #4D4D4D. Windows color (decimal): -2485748 or 791258. OLE color: 791258.

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

Color convert

RGB 218 18 12 -
CMYK 0 0.92 0.94 0.15
HSL 1.75º 0.9% 0.45% -
HSV(B) 1.75º 0.94% 0.85% -
XYZ 29.2 15.36 1.77 -
YUV 77.12 91.26 228.49 -
System Red Green Blue C M Y K H S L
Decimal 218 18 12 0 0.92 0.94 0.15 1.75 0.9 0.45
Hex DA 12 C 0 5C 5E F 2 5A 2D
Octal 332 22 14 0 134 136 17 2 132 55
Binary 11011010 10010 1100 0 1011100 1011110 1111 10 1011010 101101

Color Harmonies of #DA120C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA120C

Black with #DA120C

Text Example


Text Example

White with #DA120C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA120C; }

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

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

background-color css

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

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

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

border-color css

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

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

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