Html Css Color HEX #DA0706 Free Speech Red

📋 copy color: '#DA0706'

red 218 ◦ green 7 ◦ blue 6

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

Shades of Free Speech Red #DA0706

Tints of Free Speech Red #DA0706

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.03%

 BLUE value IS 6 (2.73% from 255) = 2.6%

R = 94.37%
G = 3.03%
B = 2.6%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#DA0706 (or 0xDA0706) is known color: Free Speech Red. HEX triplet: DA, 07 and 06. RGB value is (218,7,6). Sum of RGB (Red+Green+Blue) = 218+7+6=231 (30% of max value = 765). Red value is 218 (85.55% from 255 or 94.37% from 231); Green value is 7 (3.12% from 255 or 3.03% from 231); Blue value is 6 (2.73% from 255 or 2.60% from 231); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0706 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0706 is #25F8F9. Grayscale: #464646. Windows color (decimal): -2488570 or 395226. OLE color: 395226.

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

Color convert

RGB 218 7 6 -
CMYK 0 0.97 0.97 0.15
HSL 0.28º 0.95% 0.44% -
HSV(B) 0.28º 0.97% 0.85% -
XYZ 29.02 15.07 1.55 -
YUV 69.98 91.9 233.58 -
System Red Green Blue C M Y K H S L
Decimal 218 7 6 0 0.97 0.97 0.15 0.28 0.95 0.44
Hex DA 7 6 0 61 61 F 0 5F 2C
Octal 332 7 6 0 141 141 17 0 137 54
Binary 11011010 111 110 0 1100001 1100001 1111 0 1011111 101100

Color Harmonies of #DA0706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0706

Black with #DA0706

Text Example


Text Example

White with #DA0706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0706; }

 p { color: rgb(218,7,6); }

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

background-color css

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

 a { background-color: rgb(218,7,6); }

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

border-color css

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

 span { border-color: rgb(218,7,6); }

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